Click or drag to resize
IComponentHost Interface
Provides a hosting framework for components (typically in services or worker roles)

Namespace: AccidentalFish.ApplicationSupport.Core.Runtime
Assembly: AccidentalFish.ApplicationSupport.Core (in AccidentalFish.ApplicationSupport.Core.dll) Version: 1.0.4.0 (1.0.4.0)
Syntax
public interface IComponentHost

The IComponentHost type exposes the following members.

Properties
  NameDescription
Public propertyCustomErrorHandler
Optional action to take when there is an error in the component or starting the component. The int parameter is the number of times the component instance has been restarted
Top
Methods
  NameDescription
Public methodStartAsync
Start the component host with the supplied configuration
Public methodStop
Stop the component host
Top
See Also