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

Utilities for working with silos hosted in Windows Fabric.
Afficher le fichier Open project: Rurouni/MassiveOnlineUniversalServerEngine Class Usage Examples

Méthodes publiques

Méthode Description
GetDeploymentId ( Uri serviceName, ServicePartitionInformation partition = null ) : string

Returns the deployment id for the provided service and partition.

Private Methods

Méthode Description
GetPartitionKey ( ServicePartitionInformation partition ) : string

Returns the partition key for the provided partition.

Method Details

GetDeploymentId() public static méthode

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. ///
Résultat string