Freigeben über


ISiloHost Schnittstelle

Definition

Stellt eine Siloinstanz dar.

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
Implementiert

Eigenschaften

Services

Ruft den Dienstanbieter ab, der von diesem Silo verwendet wird.

Stopped

Ruft ab Task , was abgeschlossen wird, wenn dieses Silo beendet wird.

Methoden

StartAsync(CancellationToken)

Startet dieses Silo.

StopAsync(CancellationToken)

Stoppt dieses Silo.

Gilt für: