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) |
停止此定址接收器。 |