메소드 | 설명 | |
---|---|---|
AsyncRequest ( Command command ) : |
||
Oneway ( Command command ) : void | ||
Request ( Command command, System.TimeSpan timeout ) : |
||
ResponseCorrelator ( ITransport next ) : System | ||
Stop ( ) : void |
메소드 | 설명 | |
---|---|---|
OnCommand ( ITransport sender, Command command ) : void | ||
OnException ( ITransport sender, |
메소드 | 설명 | |
---|---|---|
Dispose ( |
||
GetNextCommandId ( ) : int |
public AsyncRequest ( Command command ) : |
||
command | Command | |
리턴 |
protected OnCommand ( ITransport sender, Command command ) : void | ||
sender | ITransport | |
command | Command | |
리턴 | void |
protected OnException ( ITransport sender, |
||
sender | ITransport | |
command | ||
리턴 | void |
public Request ( Command command, System.TimeSpan timeout ) : |
||
command | Command | |
timeout | System.TimeSpan | |
리턴 |
public ResponseCorrelator ( ITransport next ) : System | ||
next | ITransport | |
리턴 | System |