共用方式為


GlobalConfiguration.LivenessProviderType 列舉

定義

即時性設定,可控制定址接收器用於成員資格的即時性通訊協定類型。

public enum GlobalConfiguration.LivenessProviderType
type GlobalConfiguration.LivenessProviderType = 
Public Enum GlobalConfiguration.LivenessProviderType
繼承
GlobalConfiguration.LivenessProviderType

欄位

AdoNet 3

ADO.NET 用來儲存成員資格資訊。 此選項可用於生產環境。

AzureTable 2

AzureTable 用來儲存成員資格資訊。 此選項可用於生產環境。

Custom 5

從協力廠商元件使用自訂提供者

MembershipTableGrain 1

細微性是用來儲存成員資格資訊。 此選項不可靠,因此應該只在本機開發設定中使用。

NotSpecified 0

允許辨識覆寫值的預設值。

SqlServer 3

SQL Server用來儲存成員資格資訊。 此選項可用於生產環境。

ZooKeeper 4

Apache ZooKeeper 可用來儲存成員資格資訊。 此選項可用於生產環境。

適用於