C# Class Microsoft.Orleans.ServiceFabric.Client.OrleansFabricClient

Orleans client for silos hosted in Windows Fabric.
Show file Open project: Rurouni/MassiveOnlineUniversalServerEngine

Public Methods

Method Description
Initialize ( Uri serviceName, ClientConfiguration config = null ) : void

Initializes the silo client.

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

Initializes the silo client.

Private Methods

Method Description
GetAssemblyPath ( ) : string

Returns the path of the executing assembly.

Method Details

Initialize() public static method

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. ///
return void

Initialize() public static method

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. ///
return void