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 |