次の方法で共有


ISiloHost インターフェイス

定義

サイロ インスタンスを表します。

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)

このサイロを停止します。

適用対象