Method | Description | |
---|---|---|
AllowReadCheck ( System.TimeSpan elapsed ) : bool |
Checks if we should allow the read check(if less than 90% of the read check time elapsed then we dont do the readcheck
|
|
CheckConnection ( object state ) : void | ||
InactivityMonitor ( ITransport next ) : System |
Constructor or the Inactivity Monitor
|
|
Oneway ( Command command ) : void | ||
ReadCheck ( ) : void | ||
Stop ( ) : void | ||
WriteCheck ( ) : void |
Check the write to the broker
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
OnCommand ( ITransport sender, Command command ) : void | ||
OnException ( ITransport sender, |
Method | Description | |
---|---|---|
StartMonitorThreads ( ) : void | ||
StopMonitorThreads ( ) : void |
public AllowReadCheck ( System.TimeSpan elapsed ) : bool | ||
elapsed | System.TimeSpan | |
return | bool |
public CheckConnection ( object state ) : void | ||
state | object | |
return | void |
public InactivityMonitor ( ITransport next ) : System | ||
next | ITransport | |
return | System |
protected OnCommand ( ITransport sender, Command command ) : void | ||
sender | ITransport | |
command | Command | |
return | void |
protected OnException ( ITransport sender, |
||
sender | ITransport | |
command | ||
return | void |