Partilhar via


ISiloHost Interface

Definição

Representa uma instância de silo.

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
Implementações

Propriedades

Services

Obtém o provedor de serviços usado por esse silo.

Stopped

Obtém um Task que é concluído quando esse silo é interrompido.

Métodos

StartAsync(CancellationToken)

Inicia esse silo.

StopAsync(CancellationToken)

Interrompe esse silo.

Aplica-se a