GlobalConfiguration.LivenessProviderType Enum

Definition

Liveness configuration that controls the type of the liveness protocol that silo use for membership.

public enum GlobalConfiguration.LivenessProviderType
type GlobalConfiguration.LivenessProviderType = 
Public Enum GlobalConfiguration.LivenessProviderType
Inheritance
GlobalConfiguration.LivenessProviderType

Fields

AdoNet 3

ADO.NET is used to store membership information. This option can be used in production.

AzureTable 2

AzureTable is used to store membership information. This option can be used in production.

Custom 5

Use custom provider from third-party assembly

MembershipTableGrain 1

Grain is used to store membership information. This option is not reliable and thus should only be used in local development setting.

NotSpecified 0

Default value to allow discrimination of override values.

SqlServer 3

SQL Server is used to store membership information. This option can be used in production.

ZooKeeper 4

Apache ZooKeeper is used to store membership information. This option can be used in production.

Applies to