Skip to content

AzureQueueOptionsValidator Methods

Validates named AzureQueueOptions instances.

Create(IServiceProvider, string)

static
View source
public static IConfigurationValidator Create(IServiceProvider services, string name)
Creates a validator for the named Azure Queue stream provider options.

Parameters

servicesIServiceProvider
The service provider.
namestring
The stream provider name.

Returns

The configuration validator.

ValidateConfiguration

View source
public void ValidateConfiguration()
Validates that the Azure Queue Service client and queue names are configured.

Exceptions

Orleans.Runtime.OrleansConfigurationException
The configuration is invalid.