C# 클래스 Microsoft.Orleans.ServiceFabric.Silo.OrleansFabricSilo

Wrapper class for an Orleans silo running in the current host process.
파일 보기 프로젝트 열기: Rurouni/MassiveOnlineUniversalServerEngine 1 사용 예제들

공개 메소드들

메소드 설명
Abort ( ) : void

The abort.

OrleansFabricSilo ( Uri serviceName, long instanceId, IPEndPoint siloEndpoint, IPEndPoint proxyEndpoint, string connectionString ) : System

Initializes a new instance of the OrleansFabricSilo class.

Start ( ClusterConfiguration config ) : bool

Starts the silo.

Stop ( ) : void

Stop this Orleans silo executing.

비공개 메소드들

메소드 설명
MonitorSilo ( ) : void

Monitors the silo.

메소드 상세

Abort() 공개 메소드

The abort.
public Abort ( ) : void
리턴 void

OrleansFabricSilo() 공개 메소드

Initializes a new instance of the OrleansFabricSilo class.
public OrleansFabricSilo ( Uri serviceName, long instanceId, IPEndPoint siloEndpoint, IPEndPoint proxyEndpoint, string connectionString ) : System
serviceName System.Uri /// The service name. ///
instanceId long /// The instance id. ///
siloEndpoint System.Net.IPEndPoint /// The silo endpoint. ///
proxyEndpoint System.Net.IPEndPoint /// The proxy endpoint. ///
connectionString string /// The Azure table service connection string. ///
리턴 System

Start() 공개 메소드

Starts the silo.
/// An exception occurred starting the silo. ///
public Start ( ClusterConfiguration config ) : bool
config ClusterConfiguration /// The config. ///
리턴 bool

Stop() 공개 메소드

Stop this Orleans silo executing.
public Stop ( ) : void
리턴 void