Свойство | Type | Description | |
---|---|---|---|
commandHandler | CommandHandler | ||
exceptionHandler | ExceptionHandler | ||
interruptedHandler | InterruptedHandler | ||
next | ITransport | ||
resumedHandler | ResumedHandler |
Méthode | Description | |
---|---|---|
AsyncRequest ( Command command ) : |
Method AsyncRequest
|
|
Dispose ( ) : void |
Method Dispose
|
|
Narrow ( |
||
Oneway ( Command command ) : void |
Method Oneway
|
|
Request ( Command command ) : |
Method Request
|
|
Request ( Command command, System.TimeSpan timeout ) : |
Method Request with time out for Response.
|
|
Start ( ) : void |
Method Start
|
|
Stop ( ) : void | ||
TransportFilter ( ITransport next ) : System | ||
UpdateURIs ( bool rebalance, |
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
OnCommand ( ITransport sender, Command command ) : void | ||
OnException ( ITransport sender, |
||
OnInterrupted ( ITransport sender ) : void | ||
OnResumed ( ITransport sender ) : void |
public AsyncRequest ( Command command ) : |
||
command | Command | A Command |
Résultat |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Résultat | void |
protected OnCommand ( ITransport sender, Command command ) : void | ||
sender | ITransport | |
command | Command | |
Résultat | void |
protected OnException ( ITransport sender, |
||
sender | ITransport | |
command | ||
Résultat | void |
protected OnInterrupted ( ITransport sender ) : void | ||
sender | ITransport | |
Résultat | void |
protected OnResumed ( ITransport sender ) : void | ||
sender | ITransport | |
Résultat | void |
public Oneway ( Command command ) : void | ||
command | Command | A Command |
Résultat | void |
public Request ( Command command ) : |
||
command | Command | A Command |
Résultat |
public Request ( Command command, System.TimeSpan timeout ) : |
||
command | Command | A Command |
timeout | System.TimeSpan | Timeout in milliseconds |
Résultat |
public TransportFilter ( ITransport next ) : System | ||
next | ITransport | |
Résultat | System |
public UpdateURIs ( bool rebalance, |
||
rebalance | bool | |
updatedURIs | ||
Résultat | void |
protected CommandHandler commandHandler | ||
Résultat | CommandHandler |
protected ExceptionHandler exceptionHandler | ||
Résultat | ExceptionHandler |
protected InterruptedHandler interruptedHandler | ||
Résultat | InterruptedHandler |