|
AMPS C# Client
5.3.4.0
AMPS C# Client for .NET
|
A default no-op implementation of the ClientDisconnectHandler and TransportDisconnectHandler interfaces that does nothing. More...
Inheritance diagram for AMPS.Client.DefaultDisconnectHandler:Public Member Functions | |
| void | invoke (Client client) |
| No-op implementation of the invoke method for ClientDisconnectHandler. More... | |
| void | invoke (Transport transport, System.Exception e) |
| No-op implementation of the invoke method for TransportDisconnectHandler. More... | |
| void | preInvoke (int failedVersion) |
| No-op implementation of the preInvoke method. More... | |
Public Member Functions inherited from AMPS.Client.TransportDisconnectHandler | |
| void | invoke (Transport transport, Exception e) |
| Called by the Transport whenever the underlying socket is disconnected. More... | |
Static Public Attributes | |
| static DefaultDisconnectHandler | instance = new DefaultDisconnectHandler() |
| Singleton instance of the DefaultDisconnectHandler. More... | |
A default no-op implementation of the ClientDisconnectHandler and TransportDisconnectHandler interfaces that does nothing.
|
inline |
No-op implementation of the invoke method for ClientDisconnectHandler.
| client | The client being disconnected. |
Implements AMPS.Client.ClientDisconnectHandler.
|
inline |
No-op implementation of the invoke method for TransportDisconnectHandler.
| transport | The transport instance. |
| e | The exception that occurred during disconnection. |
|
inline |
No-op implementation of the preInvoke method.
| failedVersion | The version that failed. |
Implements AMPS.Client.TransportDisconnectHandler.
|
static |
Singleton instance of the DefaultDisconnectHandler.