AzureTableTransactionalStateOptionsValidator 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.
Initializes a new instance of the AzureTableTransactionalStateOptionsValidator class.
public AzureTableTransactionalStateOptionsValidator (Orleans.Configuration.AzureTableTransactionalStateOptions options, string name);
new Orleans.Configuration.AzureTableTransactionalStateOptionsValidator : Orleans.Configuration.AzureTableTransactionalStateOptions * string -> Orleans.Configuration.AzureTableTransactionalStateOptionsValidator
Public Sub New (options As AzureTableTransactionalStateOptions, name As String)
Parameters
The option to be validated.
- name
- String
The option name to be validated.