Method | Description | |
---|---|---|
OnActive ( string topicPath, IRegisteredHandler registeredHandler, ITopicSourceUpdater topicSourceUpdater ) : void | ||
OnClosed ( string topicPath ) : void | ||
OnStandby ( string topicPath ) : void |
Method | 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 |
Method | Description | |
---|---|---|
Deactivate ( ) : void |
protected CreateContent ( IRecord record ) : IContent | ||
record | IRecord | |
return | IContent |
protected CreateContent ( System.UInt64 value ) : IContent | ||
value | System.UInt64 | |
return | IContent |
protected CreateContent ( double value ) : IContent | ||
value | double | |
return | IContent |
protected CreateContent ( long value ) : IContent | ||
value | long | |
return | IContent |
protected abstract CreateInitialContent ( ) : IContent | ||
return | IContent |
public OnActive ( string topicPath, IRegisteredHandler registeredHandler, ITopicSourceUpdater topicSourceUpdater ) : void | ||
topicPath | string | |
registeredHandler | IRegisteredHandler | |
topicSourceUpdater | ITopicSourceUpdater | |
return | void |
protected UpdateContent ( IContent content ) : void | ||
content | IContent | |
return | void |