C# Class Examples.ControlClientMissingTopicNotification.TopicsCompletionCallback

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

Public Methods

Method 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 method

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

OnDiscard() public method

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

TopicsCompletionCallback() public method

public TopicsCompletionCallback ( TaskCompletionSource source ) : System.Threading.Tasks
source TaskCompletionSource
return System.Threading.Tasks