Enum ClientConfiguration.GatewayProviderType
Specifies the type of the gateway provider.
Namespace: Orleans.Runtime.Configuration
Assembly: Orleans.Core.Legacy.dll
Syntax
public enum GatewayProviderType : int
Fields
| Name | Description |
|---|---|
| AdoNet | use ADO.NET, requires SystemStore element |
| AzureTable | use Azure, requires SystemStore element |
| Config | use Config based static list, requires Config element(s) |
| Custom | use provider from third-party assembly |
| None | No provider specified |
| ZooKeeper | use ZooKeeper, requires SystemStore element |