Bewerken

Delen via


ISiloHost Interface

Definition

Represents a silo instance.

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
Implements

Properties

Name Description
Services

Gets the service provider used by this silo.

Stopped

Gets a Task which completes when this silo stops.

Methods

Name Description
StartAsync(CancellationToken)

Starts this silo.

StopAsync(CancellationToken)

Stops this silo.

Applies to