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