AzureQueueStreamProviderV2 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.
Persistent stream provider that uses azure queue for persistence
public class AzureQueueStreamProviderV2 : Orleans.Providers.Streams.Common.PersistentStreamProvider<Orleans.Providers.Streams.AzureQueue.AzureQueueAdapterFactory<Orleans.Providers.Streams.AzureQueue.AzureQueueDataAdapterV2>>
type AzureQueueStreamProviderV2 = class
inherit PersistentStreamProvider<AzureQueueAdapterFactory<AzureQueueDataAdapterV2>>
Public Class AzureQueueStreamProviderV2
Inherits PersistentStreamProvider(Of AzureQueueAdapterFactory(Of AzureQueueDataAdapterV2))
- Inheritance
-
AzureQueueStreamProviderV2
Constructors
AzureQueueStreamProviderV2() |
Properties
IsRewindable | (Inherited from PersistentStreamProvider<TAdapterFactory>) |
Name | (Inherited from PersistentStreamProvider<TAdapterFactory>) |
Methods
Close() | (Inherited from PersistentStreamProvider<TAdapterFactory>) |
ExecuteCommand(Int32, Object) | (Inherited from PersistentStreamProvider<TAdapterFactory>) |
GetStream<T>(Guid, String) | (Inherited from PersistentStreamProvider<TAdapterFactory>) |
GetStreamSubscriptionManager() | (Inherited from PersistentStreamProvider<TAdapterFactory>) |
Init(String, IProviderRuntime, IProviderConfiguration) | (Inherited from PersistentStreamProvider<TAdapterFactory>) |
Start() | (Inherited from PersistentStreamProvider<TAdapterFactory>) |
Extension Methods
TryGetStreamSubscrptionManager(IStreamProvider, IStreamSubscriptionManager) |