IHostBuilder Interface
Collects what the process hosts, then runs it.
Syntax
Unit: Sparkle.Host.Contracts
IHostBuilder = interface(IInterface);
Methods
| Name | Description |
|---|---|
| Add | Overloaded Add(TComponentClass) Add(TProc) |
| Run | Starts everything in registration order, waits, then stops everything in reverse order. Returns when the process is done. |
| ServiceOptions | Sets the identity used when the process runs as a Windows service. |