AzureTableGrainStorageOptionsValidator Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Constructor
public AzureTableGrainStorageOptionsValidator (Orleans.Configuration.AzureTableStorageOptions options, string name);
new Orleans.Configuration.AzureTableGrainStorageOptionsValidator : Orleans.Configuration.AzureTableStorageOptions * string -> Orleans.Configuration.AzureTableGrainStorageOptionsValidator
Public Sub New (options As AzureTableStorageOptions, name As String)
Parameters
- options
- AzureTableStorageOptions
The option to be validated.
- name
- String
The option name to be validated.