Property | Type | Description | |
---|---|---|---|
BuildBackups | bool | ||
DoConnect | bool | ||
ProcessNewTransports | void |
Method | Description | |
---|---|---|
Add ( bool rebalance, String u ) : void | ||
Add ( bool rebalance, |
||
AsyncRequest ( Command command ) : FutureResponse | ||
CompareTo ( Object o ) : int | ||
ConnectionInterruptProcessingComplete ( |
||
Dispose ( ) : void | ||
Dispose ( bool disposing ) : void | ||
FailoverTransport ( ) : System | ||
HandleConnectionControl ( ConnectionControl control ) : void | ||
HandleTransportFailure ( Exception e ) : void | ||
Narrow ( Type type ) : Object | ||
OnCommand ( ITransport sender, Command command ) : void | ||
OnException ( ITransport sender, Exception error ) : void | ||
Oneway ( Command command ) : void | ||
Reconnect ( Uri uri ) : void | ||
Reconnect ( bool rebalance ) : void | ||
Remove ( bool rebalance, String u ) : void | ||
Remove ( bool rebalance, Uri u ) : void | ||
Request ( Command command ) : Response | ||
Request ( Command command, TimeSpan ts ) : Response | ||
Start ( ) : void | ||
Stop ( ) : void | ||
ToString ( ) : String | ||
UpdateURIs ( bool rebalance, Uri updatedURIs ) : void | ||
disposedOnCommand ( ITransport sender, Command c ) : void | ||
disposedOnException ( ITransport sender, Exception e ) : void |
Method | Description | |
---|---|---|
RestoreTransport ( ITransport t ) : void |
Method | Description | |
---|---|---|
BuildBackups ( ) : bool | ||
DoConnect ( ) : bool | ||
ProcessNewTransports ( bool rebalance, String newTransports ) : void |
public Add ( bool rebalance, String u ) : void | ||
rebalance | bool | |
u | String | |
return | void |
public Add ( bool rebalance, |
||
rebalance | bool | |
u | ||
return | void |
public AsyncRequest ( Command command ) : FutureResponse | ||
command | Command | |
return | FutureResponse |
public ConnectionInterruptProcessingComplete ( |
||
connectionId | ||
return | void |
public HandleConnectionControl ( ConnectionControl control ) : void | ||
control | ConnectionControl | |
return | void |
public HandleTransportFailure ( Exception e ) : void | ||
e | Exception | |
return | void |
public OnCommand ( ITransport sender, Command command ) : void | ||
sender | ITransport | |
command | Command | |
return | void |
public OnException ( ITransport sender, Exception error ) : void | ||
sender | ITransport | |
error | Exception | |
return | void |
public Remove ( bool rebalance, String u ) : void | ||
rebalance | bool | |
u | String | |
return | void |
public Remove ( bool rebalance, Uri u ) : void | ||
rebalance | bool | |
u | Uri | |
return | void |
public Request ( Command command ) : Response | ||
command | Command | |
return | Response |
public Request ( Command command, TimeSpan ts ) : Response | ||
command | Command | |
ts | TimeSpan | |
return | Response |
protected RestoreTransport ( ITransport t ) : void | ||
t | ITransport | |
return | void |
public UpdateURIs ( bool rebalance, Uri updatedURIs ) : void | ||
rebalance | bool | |
updatedURIs | Uri | |
return | void |
public disposedOnCommand ( ITransport sender, Command c ) : void | ||
sender | ITransport | |
c | Command | |
return | void |
public disposedOnException ( ITransport sender, Exception e ) : void | ||
sender | ITransport | |
e | Exception | |
return | void |