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

Utilities for working with silos hosted in Windows Fabric.
파일 보기 프로젝트 열기: Rurouni/MassiveOnlineUniversalServerEngine 1 사용 예제들

공개 메소드들

메소드 설명
GetDeploymentId ( Uri serviceName, ServicePartitionInformation partition = null ) : string

Returns the deployment id for the provided service and partition.

비공개 메소드들

메소드 설명
GetPartitionKey ( ServicePartitionInformation partition ) : string

Returns the partition key for the provided partition.

메소드 상세

GetDeploymentId() 공개 정적인 메소드

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. ///
리턴 string