C# Class F1Publisher.Handlers.AddTopicHandler

Inheritance: ITopicControlAddCallback
Afficher le fichier Open project: pushtechnology/blog-steering-wheel Class Usage Examples

Méthodes publiques

Méthode Description
OnDiscard ( ) : void
OnTopicAddFailed ( string topicPath, TopicAddFailReason reason ) : void
OnTopicAdded ( string topicPath ) : void

Méthodes protégées

Méthode Description
OnFailure ( EventArgs e ) : void
OnSuccess ( TopicEventArgs e ) : void

Method Details

OnDiscard() public méthode

public OnDiscard ( ) : void
Résultat void

OnFailure() protected méthode

protected OnFailure ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnSuccess() protected méthode

protected OnSuccess ( TopicEventArgs e ) : void
e TopicEventArgs
Résultat void

OnTopicAddFailed() public méthode

public OnTopicAddFailed ( string topicPath, TopicAddFailReason reason ) : void
topicPath string
reason TopicAddFailReason
Résultat void

OnTopicAdded() public méthode

public OnTopicAdded ( string topicPath ) : void
topicPath string
Résultat void