C# 클래스 F1Publisher.Handlers.TopicSourceUpdateHandler

상속: ITopicSourceUpdateCallback
파일 보기 프로젝트 열기: pushtechnology/blog-steering-wheel 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Metrics Metrics
Singleton TopicSourceUpdateHandler

공개 메소드들

메소드 설명
OnError ( string topicPath, TopicSourceErrorDetails error ) : void
OnSuccess ( string topicPath ) : void

비공개 메소드들

메소드 설명
TopicSourceUpdateHandler ( ) : PushTechnology.ClientInterface.Client.Features.Control.Topics

메소드 상세

OnError() 공개 메소드

public OnError ( string topicPath, TopicSourceErrorDetails error ) : void
topicPath string
error TopicSourceErrorDetails
리턴 void

OnSuccess() 공개 메소드

public OnSuccess ( string topicPath ) : void
topicPath string
리턴 void

프로퍼티 상세

Metrics 공개적으로 프로퍼티

public Metrics Metrics
리턴 Metrics

Singleton 공개적으로 정적으로 프로퍼티

public static TopicSourceUpdateHandler,F1Publisher.Handlers Singleton
리턴 TopicSourceUpdateHandler