Show / Hide Table of Contents

Delegate TrimmerClient.CommandResult

Delegate receiving a command result.

Namespace: sttz.Trimmer.Options
Assembly: Trimmer.dll
Syntax
public delegate void CommandResult(bool success, string message);
Parameters
Type Name Description
System.Boolean success

Wether the command was successful

System.String message

The reply on success or the error on failure

  • Improve this Doc
  • View Source
Back to top © 2017 Adrian Stutz