Méthode | Description | |
---|---|---|
AddCommand ( string command, Action>.Action |
||
AddCommand ( string command, Action |
||
Default ( Action |
||
Disconnect ( string command, Action |
||
Error ( Action |
||
GetHandler ( |
Méthode | Description | |
---|---|---|
BuildDisconnectHandler ( ) : IAsyncCommandHandler |
public AddCommand ( string command, Action>.Action |
||
command | string | |
handler | Action>.Action | |
dataExpectation | DataExpectation | |
Résultat | void |
public AddCommand ( string command, Action |
||
command | string | |
handler | Action |
|
dataExpectation | DataExpectation | |
Résultat | void |
public Disconnect ( string command, Action |
||
command | string | |
handler | Action |
|
Résultat | void |
public GetHandler ( |
||
client | ||
commandArgs | string | |
Résultat | IAsyncCommandHandler |