ClusterClientAzureQueueStreamConfigurator<TDataAdapter> Class
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 class ClusterClientAzureQueueStreamConfigurator<TDataAdapter> : Orleans.Streams.ClusterClientPersistentStreamConfigurator where TDataAdapter : IAzureQueueDataAdapter
type ClusterClientAzureQueueStreamConfigurator<'DataAdapter (requires 'DataAdapter :> IAzureQueueDataAdapter)> = class
inherit ClusterClientPersistentStreamConfigurator
Public Class ClusterClientAzureQueueStreamConfigurator(Of TDataAdapter)
Inherits ClusterClientPersistentStreamConfigurator
Type Parameters
- TDataAdapter
- Inheritance
-
ClusterClientAzureQueueStreamConfigurator<TDataAdapter>
Constructors
ClusterClientAzureQueueStreamConfigurator<TDataAdapter>(String, IClientBuilder) |
Fields
clientBuilder | (Inherited from ClusterClientPersistentStreamConfigurator) |
name | (Inherited from ClusterClientPersistentStreamConfigurator) |
Methods
Configure<TOptions>(Action<OptionsBuilder<TOptions>>) | (Inherited from ClusterClientPersistentStreamConfigurator) |
ConfigureAzureQueue(Action<OptionsBuilder<AzureQueueOptions>>) |
Extension Methods
ConfigureLifecycle(IClusterClientPersistentStreamConfigurator, Action<OptionsBuilder<StreamLifecycleOptions>>) | |
ConfigureStreamPubSub(IClusterClientPersistentStreamConfigurator, StreamPubSubType) |