SimpleAzureQueueStreamProvider Class
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
C#
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
Is |
(Inherited from PersistentStreamProvider<TAdapterFactory>) |
Name | (Inherited from PersistentStreamProvider<TAdapterFactory>) |
Close() | (Inherited from PersistentStreamProvider<TAdapterFactory>) |
Execute |
(Inherited from PersistentStreamProvider<TAdapterFactory>) |
Get |
(Inherited from PersistentStreamProvider<TAdapterFactory>) |
Get |
(Inherited from PersistentStreamProvider<TAdapterFactory>) |
Init(String, IProvider |
(Inherited from PersistentStreamProvider<TAdapterFactory>) |
Start() | (Inherited from PersistentStreamProvider<TAdapterFactory>) |
Toode | Versioonid |
---|---|
.NET Orleans | 1.5.10 |