C# 클래스 Examples.ControlClientMissingTopicNotification.TopicsCompletionCallback

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

공개 메소드들

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

메소드 상세

OnComplete() 공개 메소드

Called to indicate that the requested operation has been processed by the server.
public OnComplete ( ) : void
리턴 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.
public OnDiscard ( ) : void
리턴 void

TopicsCompletionCallback() 공개 메소드

public TopicsCompletionCallback ( TaskCompletionSource source ) : System.Threading.Tasks
source TaskCompletionSource
리턴 System.Threading.Tasks