ISiloHost インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
サイロ インスタンスを表します。
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
- 実装
プロパティ
Services |
このサイロで使用されるサービス プロバイダーを取得します。 |
Stopped |
このサイロが Task 停止したときに完了する を取得します。 |
メソッド
StartAsync(CancellationToken) |
このサイロを開始します。 |
StopAsync(CancellationToken) |
このサイロを停止します。 |