메소드 | 설명 | |
---|---|---|
AsyncClientHandler ( System.Guid clientId, |
||
ProcessRequests ( ) : void |
메소드 | 설명 | |
---|---|---|
CompleteRequest ( ) : void | ||
InitializeHandler ( string command ) : string | ||
ProcessCommand ( ) : void | ||
Receive ( int>.Action |
||
SendResponse ( ) : void |
메소드 | 설명 | |
---|---|---|
ProcessResponse ( IResponse response, System.Action nextResponseCallback ) : void |
public AsyncClientHandler ( System.Guid clientId, |
||
clientId | System.Guid | |
socket | ||
dispatcher | IAsyncCommandDispatcher | |
instrumentation | IClacksInstrumentation | |
removeCallback | Action |
|
리턴 | System |
protected InitializeHandler ( string command ) : string | ||
command | string | |
리턴 | string |
protected Receive ( int>.Action |
||
continuation | int>.Action | |
리턴 | void |