![]() |
Diffusion .NET API
5.9.4
|
Callback interface to receive status notifications for subscription and unsubscription operations. More...
Public Member Functions | |
void | OnComplete (SessionId client, string selector) |
Called to indicate that the requested operation has been processed by the server. More... | |
![]() | |
void | OnDiscard () |
This is called to notify that a call context was closed prematurely, typically due to a timeout or the session being closed. No further calls will be made for the context. More... | |
Callback interface to receive status notifications for subscription and unsubscription operations.
void PushTechnology.ClientInterface.Client.Features.Control.Topics.ISubscriptionCallback.OnComplete | ( | SessionId | client, |
string | selector | ||
) |
Called to indicate that the requested operation has been processed by the server.
client | The identity of the client session for which the operation was called. |
selector | The selector expression used. |
Implemented in PushTechnology.ClientInterface.Client.Features.Control.Topics.SubscriptionCallbackDefault.