ISiloHost Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a silo instance.
public interface ISiloHost : IDisposable
public interface ISiloHost : IAsyncDisposable, IDisposable
type ISiloHost = interface
interface IDisposable
type ISiloHost = interface
interface IDisposable
interface IAsyncDisposable
Public Interface ISiloHost
Implements IDisposable
Public Interface ISiloHost
Implements IAsyncDisposable, IDisposable
- Implements
Properties
Services |
Gets the service provider used by this silo. |
Stopped |
Gets a Task which completes when this silo stops. |
Methods
StartAsync(CancellationToken) |
Starts this silo. |
StopAsync(CancellationToken) |
Stops this silo. |