C# Class Examples.ControlClientMissingTopicNotification.TopicsCompletionCallback

Inheritance: ITopicsCompletionCallback
Afficher le fichier Open project: pushtechnology/diffusion-examples

Méthodes publiques

Méthode Description
OnComplete ( ) : void

Called to indicate that the requested operation has been processed by the server.

OnDiscard ( ) : void

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.

TopicsCompletionCallback ( TaskCompletionSource source ) : System.Threading.Tasks

Method Details

OnComplete() public méthode

Called to indicate that the requested operation has been processed by the server.
public OnComplete ( ) : void
Résultat void

OnDiscard() public méthode

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.
public OnDiscard ( ) : void
Résultat void

TopicsCompletionCallback() public méthode

public TopicsCompletionCallback ( TaskCompletionSource source ) : System.Threading.Tasks
source TaskCompletionSource
Résultat System.Threading.Tasks