CosmosOptionsValidator<TOptions> Class
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.
Validates instances of CosmosOptions.
C#
public class CosmosOptionsValidator<TOptions> : Orleans.IConfigurationValidator where TOptions : CosmosOptions
type CosmosOptionsValidator<'Options (requires 'Options :> CosmosOptions)> = class
interface IConfigurationValidator
Public Class CosmosOptionsValidator(Of TOptions)
Implements IConfigurationValidator
- TOptions
The options type.
- Inheritance
-
CosmosOptionsValidator<TOptions>
- Implements
Cosmos |
Initializes a new instance of the CosmosOptionsValidator<TOptions> type. |
Validate |
Validates system configuration and throws an exception if configuration is not valid. |
Producto | Versiones |
---|---|
.NET Orleans | 9.0.0 |