C# 클래스 PushTechnology.ClientInterface.Examples.Control.UpdateCallback

A simple ITopicUpdaterUpdateCallback implementation that prints confimation of the actions completed.
상속: ITopicUpdaterUpdateCallback
파일 보기 프로젝트 열기: pushtechnology/diffusion-examples 1 사용 예제들

공개 메소드들

메소드 설명
OnError ( ErrorReason errorReason ) : void

Notification of a contextual error related to this callback.

Situations in which OnError is called include the session being closed, a communication timeout, or a problem with the provided parameters. No further calls will be made to this callback.

OnSuccess ( ) : void

Indicates a successful update.

UpdateCallback ( string topicPath ) : System

Constructor.

메소드 상세

OnError() 공개 메소드

Notification of a contextual error related to this callback.
Situations in which OnError is called include the session being closed, a communication timeout, or a problem with the provided parameters. No further calls will be made to this callback.
public OnError ( ErrorReason errorReason ) : void
errorReason ErrorReason A value representing the error.
리턴 void

OnSuccess() 공개 메소드

Indicates a successful update.
public OnSuccess ( ) : void
리턴 void

UpdateCallback() 공개 메소드

Constructor.
public UpdateCallback ( string topicPath ) : System
topicPath string The topic path.
리턴 System