C# 클래스 Microsoft.Orleans.ServiceFabric.Client.OrleansFabricClient

Orleans client for silos hosted in Windows Fabric.
파일 보기 프로젝트 열기: Rurouni/MassiveOnlineUniversalServerEngine

공개 메소드들

메소드 설명
Initialize ( Uri serviceName, ClientConfiguration config = null ) : void

Initializes the silo client.

Initialize ( Uri serviceName, ServicePartitionInformation partition, ClientConfiguration config = null ) : void

Initializes the silo client.

비공개 메소드들

메소드 설명
GetAssemblyPath ( ) : string

Returns the path of the executing assembly.

메소드 상세

Initialize() 공개 정적인 메소드

Initializes the silo client.
public static Initialize ( Uri serviceName, ClientConfiguration config = null ) : void
serviceName System.Uri /// The Windows Fabric service name. ///
config ClientConfiguration /// The configuration, or to load from the current directory. ///
리턴 void

Initialize() 공개 정적인 메소드

Initializes the silo client.
public static Initialize ( Uri serviceName, ServicePartitionInformation partition, ClientConfiguration config = null ) : void
serviceName System.Uri /// The Windows Fabric service name. ///
partition ServicePartitionInformation /// The partition, or for a singleton partition. ///
config ClientConfiguration /// The configuration, or to load from the current directory. ///
리턴 void