C# 클래스 F1Publisher.TopicSources.TopicSource

상속: ITopicSource
파일 보기 프로젝트 열기: pushtechnology/blog-steering-wheel

공개 메소드들

메소드 설명
OnActive ( string topicPath, IRegisteredHandler registeredHandler, ITopicSourceUpdater topicSourceUpdater ) : void
OnClosed ( string topicPath ) : void
OnStandby ( string topicPath ) : void

보호된 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
Deactivate ( ) : void

메소드 상세

CreateContent() 보호된 메소드

protected CreateContent ( IRecord record ) : IContent
record IRecord
리턴 IContent

CreateContent() 보호된 메소드

protected CreateContent ( System.UInt64 value ) : IContent
value System.UInt64
리턴 IContent

CreateContent() 보호된 메소드

protected CreateContent ( double value ) : IContent
value double
리턴 IContent

CreateContent() 보호된 메소드

protected CreateContent ( long value ) : IContent
value long
리턴 IContent

CreateInitialContent() 보호된 추상적인 메소드

protected abstract CreateInitialContent ( ) : IContent
리턴 IContent

OnActivated() 보호된 메소드

protected OnActivated ( ) : void
리턴 void

OnActive() 공개 메소드

public OnActive ( string topicPath, IRegisteredHandler registeredHandler, ITopicSourceUpdater topicSourceUpdater ) : void
topicPath string
registeredHandler IRegisteredHandler
topicSourceUpdater ITopicSourceUpdater
리턴 void

OnClosed() 공개 메소드

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

OnDeactivated() 보호된 메소드

protected OnDeactivated ( ) : void
리턴 void

OnStandby() 공개 메소드

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

UpdateContent() 보호된 메소드

protected UpdateContent ( IContent content ) : void
content IContent
리턴 void