C# Class F1Publisher.TopicSources.RefreshIntervalTopicSource

Inheritance: TopicSource
Mostrar archivo Open project: pushtechnology/blog-steering-wheel

Public Methods

Method Description
RefreshIntervalTopicSource ( RefreshIntervalManager refreshIntervalManager ) : PushTechnology.ClientInterface.Client.Content

Protected Methods

Method Description
CreateInitialContent ( ) : IContent
OnActivated ( ) : void
OnDeactivated ( ) : void

Private Methods

Method Description
CreateContent ( ) : IContent
RefreshIntervalTopicSource ( ) : PushTechnology.ClientInterface.Client.Content
UpdateRecord ( RefreshInterval refreshInterval ) : void
refreshIntervalManager_RefreshIntervalChanged ( object sender, RefreshIntervalEventArgs e ) : void

Method Details

CreateInitialContent() protected method

protected CreateInitialContent ( ) : IContent
return IContent

OnActivated() protected method

protected OnActivated ( ) : void
return void

OnDeactivated() protected method

protected OnDeactivated ( ) : void
return void

RefreshIntervalTopicSource() public method

public RefreshIntervalTopicSource ( RefreshIntervalManager refreshIntervalManager ) : PushTechnology.ClientInterface.Client.Content
refreshIntervalManager RefreshIntervalManager
return PushTechnology.ClientInterface.Client.Content