AdoNetGrainStorageOptionsValidator(AdoNetGrainStorageOptions, String) 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 AdoNetGrainStorageOptionsValidator (Orleans.Configuration.AdoNetGrainStorageOptions configurationOptions, string name);
new Orleans.Configuration.AdoNetGrainStorageOptionsValidator : Orleans.Configuration.AdoNetGrainStorageOptions * string -> Orleans.Configuration.AdoNetGrainStorageOptionsValidator
Public Sub New (configurationOptions As AdoNetGrainStorageOptions, name As String)
Parameters
- configurationOptions
- AdoNetGrainStorageOptions
The option to be validated.
- name
- String
The name of the option to be validated.