OrleansCommunicationListener Class

Definition

Service Fabric communication listener which hosts an Orleans silo.

public class OrleansCommunicationListener : Microsoft.ServiceFabric.Services.Communication.Runtime.ICommunicationListener
type OrleansCommunicationListener = class
    interface ICommunicationListener
Public Class OrleansCommunicationListener
Implements ICommunicationListener
Inheritance
OrleansCommunicationListener
Implements

Constructors

OrleansCommunicationListener(ServiceContext, ClusterConfiguration, String)

Initializes a new instance of the OrleansCommunicationListener class.

Fields

GatewayEndpointName

The name used to identify the client-to-silo communication endpoint.

SiloEndpointName

The name used to identify the silo-to-silo communication endpoint.

Properties

SiloName

Gets the silo name.

Methods

Abort()

Aborts the silo.

CloseAsync(CancellationToken)

Stops the silo.

OpenAsync(CancellationToken)

Starts the silo.

Applies to