Method | Description | |
---|---|---|
AddCommand ( string command, Action>.Action |
||
AddCommand ( string command, Action |
||
Default ( Action |
||
Disconnect ( string command, Action |
||
Error ( Action |
||
GetHandler ( |
Method | Description | |
---|---|---|
BuildDisconnectHandler ( ) : IAsyncCommandHandler |
public AddCommand ( string command, Action>.Action |
||
command | string | |
handler | Action>.Action | |
dataExpectation | DataExpectation | |
return | void |
public AddCommand ( string command, Action |
||
command | string | |
handler | Action |
|
dataExpectation | DataExpectation | |
return | void |
public Disconnect ( string command, Action |
||
command | string | |
handler | Action |
|
return | void |
public GetHandler ( |
||
client | ||
commandArgs | string | |
return | IAsyncCommandHandler |