C# Class Examples.ControlClientAsUpdateSource.RemoveCallback

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

Méthodes publiques

Méthode Description
OnDiscard ( ) : void

Notification 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.

OnTopicsRemoved ( ) : void

Topic(s) have been removed.

RemoveCallback ( ISession session ) : System.Threading

Method Details

OnDiscard() public méthode

Notification 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

OnTopicsRemoved() public méthode

Topic(s) have been removed.
public OnTopicsRemoved ( ) : void
Résultat void

RemoveCallback() public méthode

public RemoveCallback ( ISession session ) : System.Threading
session ISession
Résultat System.Threading