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 用于存储成员身份信息。 此选项可用于生产环境。

适用于