SiloAzureQueueStreamConfigurator<TDataAdapter> 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.
public SiloAzureQueueStreamConfigurator (string name, Action<Action<Microsoft.Extensions.DependencyInjection.IServiceCollection>> configureServicesDelegate, Action<Action<Orleans.ApplicationParts.IApplicationPartManager>> configureAppPartsDelegate);
new Orleans.Streaming.SiloAzureQueueStreamConfigurator<'DataAdapter (requires 'DataAdapter :> Orleans.Providers.Streams.AzureQueue.IAzureQueueDataAdapter)> : string * Action<Action<Microsoft.Extensions.DependencyInjection.IServiceCollection>> * Action<Action<Orleans.ApplicationParts.IApplicationPartManager>> -> Orleans.Streaming.SiloAzureQueueStreamConfigurator<'DataAdapter (requires 'DataAdapter :> Orleans.Providers.Streams.AzureQueue.IAzureQueueDataAdapter)>
Public Sub New (name As String, configureServicesDelegate As Action(Of Action(Of IServiceCollection)), configureAppPartsDelegate As Action(Of Action(Of IApplicationPartManager)))
Parameters
- name
- String
- configureServicesDelegate
- Action<Action<IServiceCollection>>
- configureAppPartsDelegate
- Action<Action<IApplicationPartManager>>