Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

ISiloHost Interface

Definition

Namespace:
Orleans.Hosting
Assembly:
Orleans.Runtime.Abstractions.dll
Package:
Microsoft.Orleans.Runtime.Abstractions v2.4.5
Package:
Microsoft.Orleans.Runtime.Abstractions v3.6.5
Source:
ISiloHost.cs

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

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