![]() |
Diffusion .NET Classic API - Core and Common
5.9.4
|
The event arguments representing a Diffusion server connection closure. More...
Public Member Functions | |
ServerClosedEventArgs (IServerDetails serverDetails, DiffusionConnectorState connectionState) | |
Constructor. More... | |
Properties | |
object | Client [get, set] |
Get/set the client object. More... | |
IServerDetails | ServerDetails [get, set] |
Get/set the server details pertaining to this connection closure. More... | |
DiffusionConnectorState | ConnectionState [get, set] |
Get/set the connector state. More... | |
The event arguments representing a Diffusion server connection closure.
PushTechnology.DiffusionCore.Messaging.ServerClosedEventArgs.ServerClosedEventArgs | ( | IServerDetails | serverDetails, |
DiffusionConnectorState | connectionState | ||
) |
Constructor.
serverDetails | |
connectionState |
|
getset |
Get/set the client object.
|
getset |
Get/set the connector state.
|
getset |
Get/set the server details pertaining to this connection closure.