Share via


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)

停止此定址接收器。

適用於