Click or drag to resize
IHostableComponent Interface
A hostable component is designed to be run in a worker role and perform background activities

Namespace: AccidentalFish.ApplicationSupport.Core.Components
Assembly: AccidentalFish.ApplicationSupport.Core (in AccidentalFish.ApplicationSupport.Core.dll) Version: 1.0.4.0 (1.0.4.0)
Syntax
public interface IHostableComponent : IApplicationComponent

The IHostableComponent type exposes the following members.

Properties
  NameDescription
Public propertyComponentIdentity
Identity of the component
(Inherited from IApplicationComponent.)
Top
Methods
  NameDescription
Public methodStartAsync
Starts the component
Top
See Also