SimpleAzureQueueStreamProvider 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 SimpleAzureQueueStreamProvider : Orleans.Providers.Streams.Common.PersistentStreamProvider<Orleans.Providers.Streams.AzureQueue.SimpleAzureQueueAdapterFactory>
type SimpleAzureQueueStreamProvider = class
inherit PersistentStreamProvider<SimpleAzureQueueAdapterFactory>
Public Class SimpleAzureQueueStreamProvider
Inherits PersistentStreamProvider(Of SimpleAzureQueueAdapterFactory)
- Inheritance
Constructors
SimpleAzureQueueStreamProvider() |
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) |