C# Class F1Publisher.TopicSources.TopicSource

Inheritance: ITopicSource
Afficher le fichier Open project: pushtechnology/blog-steering-wheel

Méthodes publiques

Méthode Description
OnActive ( string topicPath, IRegisteredHandler registeredHandler, ITopicSourceUpdater topicSourceUpdater ) : void
OnClosed ( string topicPath ) : void
OnStandby ( string topicPath ) : void

Méthodes protégées

Méthode Description
CreateContent ( IRecord record ) : IContent
CreateContent ( System.UInt64 value ) : IContent
CreateContent ( double value ) : IContent
CreateContent ( long value ) : IContent
CreateInitialContent ( ) : IContent
OnActivated ( ) : void
OnDeactivated ( ) : void
UpdateContent ( IContent content ) : void

Private Methods

Méthode Description
Deactivate ( ) : void

Method Details

CreateContent() protected méthode

protected CreateContent ( IRecord record ) : IContent
record IRecord
Résultat IContent

CreateContent() protected méthode

protected CreateContent ( System.UInt64 value ) : IContent
value System.UInt64
Résultat IContent

CreateContent() protected méthode

protected CreateContent ( double value ) : IContent
value double
Résultat IContent

CreateContent() protected méthode

protected CreateContent ( long value ) : IContent
value long
Résultat IContent

CreateInitialContent() protected abstract méthode

protected abstract CreateInitialContent ( ) : IContent
Résultat IContent

OnActivated() protected méthode

protected OnActivated ( ) : void
Résultat void

OnActive() public méthode

public OnActive ( string topicPath, IRegisteredHandler registeredHandler, ITopicSourceUpdater topicSourceUpdater ) : void
topicPath string
registeredHandler IRegisteredHandler
topicSourceUpdater ITopicSourceUpdater
Résultat void

OnClosed() public méthode

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

OnDeactivated() protected méthode

protected OnDeactivated ( ) : void
Résultat void

OnStandby() public méthode

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

UpdateContent() protected méthode

protected UpdateContent ( IContent content ) : void
content IContent
Résultat void