| IComponentHost Interface |
Namespace: AccidentalFish.ApplicationSupport.Core.Runtime
The IComponentHost type exposes the following members.
| Name | Description | |
|---|---|---|
| CustomErrorHandler |
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
|
| Name | Description | |
|---|---|---|
| StartAsync |
Start the component host with the supplied configuration
| |
| Stop |
Stop the component host
|