Düzenle

Aracılığıyla paylaş


ClientConfiguration.GatewayProviderType Enum

Definition

Specifies the type of the gateway provider.

public enum ClientConfiguration.GatewayProviderType
type ClientConfiguration.GatewayProviderType = 
Public Enum ClientConfiguration.GatewayProviderType
Inheritance
ClientConfiguration.GatewayProviderType

Fields

AdoNet 2

use ADO.NET, requires SystemStore element

AzureTable 1

use Azure, requires SystemStore element

Config 4

use Config based static list, requires Config element(s)

Custom 5

use provider from third-party assembly

None 0

No provider specified

SqlServer 2

use SQL, requires SystemStore element

ZooKeeper 3

use ZooKeeper, requires SystemStore element

Applies to