![]() |
Diffusion .NET Classic API - Core and Common
5.9.4
|
The interface for client connection event methods. More...
The interface for client connection event methods.
void PushTechnology.DiffusionCore.Connection.Interfaces.IDiffusionClientEventMethods.RaiseCredentialsRejectedEvent | ( | MessageImpl | message, |
IDiffusionClientConnector | connector | ||
) |
Raise the credentials rejected message event.
message | |
connector |
Implemented in PushTechnology.DiffusionCore.Connection.Services.DiffusionConnectionService< TClient >.
void PushTechnology.DiffusionCore.Connection.Interfaces.IDiffusionClientEventMethods.RaiseMessageAcknowledgedEvent | ( | TopicMessageImpl | message, |
IDiffusionClientConnector | connector | ||
) |
Raise the message acknowledged event.
message | |
connector |
Implemented in PushTechnology.DiffusionCore.Connection.Services.DiffusionConnectionService< TClient >.
void PushTechnology.DiffusionCore.Connection.Interfaces.IDiffusionClientEventMethods.RaiseMessageNotAcknowledgedEvent | ( | TopicMessageImpl | message, |
IDiffusionClientConnector | connector | ||
) |
Raise the message not acknowledged event.
message | |
connector |
Implemented in PushTechnology.DiffusionCore.Connection.Services.DiffusionConnectionService< TClient >.
void PushTechnology.DiffusionCore.Connection.Interfaces.IDiffusionClientEventMethods.RaisePingResponseReceivedEvent | ( | MessageImpl | message, |
IDiffusionClientConnector | connector | ||
) |
Raise the ping response received message event.
message | |
connector |
Implemented in PushTechnology.DiffusionCore.Connection.Services.DiffusionConnectionService< TClient >.
void PushTechnology.DiffusionCore.Connection.Interfaces.IDiffusionClientEventMethods.RaiseServerConnectedEvent | ( | IDiffusionClientConnector | connector | ) |
Raise the server connected event.
connector |
Implemented in PushTechnology.DiffusionCore.Connection.Services.DiffusionConnectionService< TClient >.
void PushTechnology.DiffusionCore.Connection.Interfaces.IDiffusionClientEventMethods.RaiseServerConnectionAttemptFailedEvent | ( | ServerClosedEventArgs | args, |
IDiffusionClientConnector | connector | ||
) |
Raise the server connection failure event.
args | |
connector |
Implemented in PushTechnology.DiffusionCore.Connection.Services.DiffusionConnectionService< TClient >.
void PushTechnology.DiffusionCore.Connection.Interfaces.IDiffusionClientEventMethods.RaiseServerDisconnectedEvent | ( | ServerClosedEventArgs | args, |
IDiffusionClientConnector | connector | ||
) |
Raise the server disconnected event.
args | |
connector |
Implemented in PushTechnology.DiffusionCore.Connection.Services.DiffusionConnectionService< TClient >.
void PushTechnology.DiffusionCore.Connection.Interfaces.IDiffusionClientEventMethods.RaiseServerPingReceivedEvent | ( | MessageImpl | message, |
IDiffusionClientConnector | connector | ||
) |
Raise the 'server ping received' message event.
message | |
connector |
Implemented in PushTechnology.DiffusionCore.Connection.Services.DiffusionConnectionService< TClient >.
void PushTechnology.DiffusionCore.Connection.Interfaces.IDiffusionClientEventMethods.RaiseServerRejectedCredentialsEvent | ( | V4Credentials | credentials, |
IDiffusionClientConnector | connector | ||
) |
Raise the server rejected credentials event.
credentials | |
connector |
Implemented in PushTechnology.DiffusionCore.Connection.Services.DiffusionConnectionService< TClient >.
void PushTechnology.DiffusionCore.Connection.Interfaces.IDiffusionClientEventMethods.RaiseTopicMessageReceivedEvent | ( | TopicMessageImpl | message, |
IDiffusionClientConnector | connector | ||
) |
Raise the topic message received event.
message | |
connector |
Implemented in PushTechnology.DiffusionCore.Connection.Services.DiffusionConnectionService< TClient >.
void PushTechnology.DiffusionCore.Connection.Interfaces.IDiffusionClientEventMethods.RaiseTopicStatusChangedEvent | ( | TopicStatusMessage | message, |
IDiffusionClientConnector | connector | ||
) |
Raise the topic status changed event.
message | |
connector |
Implemented in PushTechnology.DiffusionCore.Connection.Services.DiffusionConnectionService< TClient >.