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)

停止此孤岛。

适用于