| ISessionEventListenerOnDisconnected Method |
Fires when the connection has been disconnected.
Namespace: Six.Sixp.ClientAssembly: Six.Sixp.Client (in Six.Sixp.Client.dll) Version: 1.0.4874.0 (1.0.4874.0)
Syntaxvoid OnDisconnected(
ISession session,
bool unexpected
)
Parameters
- session
- Type: Six.Sixp.ClientISession
The session that initiated the event - unexpected
- Type: SystemBoolean
Indicate if the disconnect was expected or not.
See Also