C# Class F1Publisher.Handlers.TopicSourceUpdateHandler

Inheritance: ITopicSourceUpdateCallback
Show file Open project: pushtechnology/blog-steering-wheel Class Usage Examples

Public Properties

Property Type Description
Metrics Metrics
Singleton TopicSourceUpdateHandler

Public Methods

Method Description
OnError ( string topicPath, TopicSourceErrorDetails error ) : void
OnSuccess ( string topicPath ) : void

Private Methods

Method Description
TopicSourceUpdateHandler ( ) : PushTechnology.ClientInterface.Client.Features.Control.Topics

Method Details

OnError() public method

public OnError ( string topicPath, TopicSourceErrorDetails error ) : void
topicPath string
error TopicSourceErrorDetails
return void

OnSuccess() public method

public OnSuccess ( string topicPath ) : void
topicPath string
return void

Property Details

Metrics public property

public Metrics Metrics
return Metrics

Singleton public static property

public static TopicSourceUpdateHandler,F1Publisher.Handlers Singleton
return TopicSourceUpdateHandler