Edit

IAzureQueueStreamConfigurator Interface

Definition

public interface IAzureQueueStreamConfigurator : Orleans.Hosting.INamedServiceConfigurator
type IAzureQueueStreamConfigurator = interface
    interface INamedServiceConfigurator
Public Interface IAzureQueueStreamConfigurator
Implements INamedServiceConfigurator
Derived
Implements

Properties

Name Description
ConfigureDelegate

Gets the delegate used to configure the service.

(Inherited from INamedServiceConfigurator)
Name

Gets the service name.

(Inherited from INamedServiceConfigurator)

Extension Methods

Name Description
Configure<TOptions>(INamedServiceConfigurator, Action<OptionsBuilder<TOptions>>)

Configures options for a named service.

ConfigureAzureQueue(IAzureQueueStreamConfigurator, Action<OptionsBuilder<AzureQueueOptions>>)
ConfigureComponent<TComponent>(INamedServiceConfigurator, Func<IServiceProvider,String,TComponent>)

Adds a singleton component to a named service.

ConfigureComponent<TOptions,TComponent>(INamedServiceConfigurator, Func<IServiceProvider,String,TComponent>, Action<OptionsBuilder<TOptions>>)

Adds a singleton component to a named service and configures options for the named service.

ConfigureLifecycle<T>(INamedServiceConfigurator)
ConfigureQueueDataAdapter(IAzureQueueStreamConfigurator, Func<IServiceProvider,String,IQueueDataAdapter<String,IBatchContainer>>)
ConfigureQueueDataAdapter<TQueueDataAdapter>(IAzureQueueStreamConfigurator)

Applies to