C# Class Microsoft.Orleans.ServiceFabric.Silo.OrleansFabricUtility

Utilities for working with silos hosted in Windows Fabric.
ファイルを表示 Open project: Rurouni/MassiveOnlineUniversalServerEngine Class Usage Examples

Public Methods

Method Description
GetDeploymentId ( Uri serviceName, ServicePartitionInformation partition = null ) : string

Returns the deployment id for the provided service and partition.

Private Methods

Method Description
GetPartitionKey ( ServicePartitionInformation partition ) : string

Returns the partition key for the provided partition.

Method Details

GetDeploymentId() public static method

Returns the deployment id for the provided service and partition.
public static GetDeploymentId ( Uri serviceName, ServicePartitionInformation partition = null ) : string
serviceName System.Uri /// The service. ///
partition ServicePartitionInformation /// The partition. ///
return string