C# 클래스 Examples.ControlClientAsUpdateSource.RemoveCallback

상속: TopicControlRemoveCallbackDefault
파일 보기 프로젝트 열기: pushtechnology/diffusion-examples

공개 메소드들

메소드 설명
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

메소드 상세

OnDiscard() 공개 메소드

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
리턴 void

OnTopicsRemoved() 공개 메소드

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

RemoveCallback() 공개 메소드

public RemoveCallback ( ISession session ) : System.Threading
session ISession
리턴 System.Threading