메소드 | 설명 | |
---|---|---|
AddCommand ( string command, Action>.Action |
||
AddCommand ( string command, Action |
||
Default ( Action |
||
Disconnect ( string command, Action |
||
Error ( Action |
||
GetHandler ( |
메소드 | 설명 | |
---|---|---|
BuildDisconnectHandler ( ) : IAsyncCommandHandler |
public AddCommand ( string command, Action>.Action |
||
command | string | |
handler | Action>.Action | |
dataExpectation | DataExpectation | |
리턴 | void |
public AddCommand ( string command, Action |
||
command | string | |
handler | Action |
|
dataExpectation | DataExpectation | |
리턴 | void |
public Disconnect ( string command, Action |
||
command | string | |
handler | Action |
|
리턴 | void |
public GetHandler ( |
||
client | ||
commandArgs | string | |
리턴 | IAsyncCommandHandler |