C# Class Examples.ControlClientUpdatingPagedTopics.RemoveCallback

Inheritance: TopicControlRemoveCallbackDefault
ファイルを表示 Open project: pushtechnology/diffusion-examples

Public Methods

Method 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

Method Details

OnDiscard() public method

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
return void

OnTopicsRemoved() public method

Topic(s) have been removed.
public OnTopicsRemoved ( ) : void
return void

RemoveCallback() public method

public RemoveCallback ( ISession session ) : System
session ISession
return System