AzureQueueStreamProvider 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.
Caution
This version is maintained for compatability purposes. New services should use AzureQueueStreamProviderV2 as it supports external serializers.
Persistent stream provider that uses azure queue for persistence WARNING: This version is maintained for compatability purposes. New services should use AzureQueueStreamProviderV2 as it supports external serializers.
[System.Obsolete("This version is maintained for compatability purposes. New services should use AzureQueueStreamProviderV2 as it supports external serializers.")]
public class AzureQueueStreamProvider : Orleans.Providers.Streams.Common.PersistentStreamProvider<Orleans.Providers.Streams.AzureQueue.AzureQueueAdapterFactory<Orleans.Providers.Streams.AzureQueue.AzureQueueDataAdapterV1>>
[<System.Obsolete("This version is maintained for compatability purposes. New services should use AzureQueueStreamProviderV2 as it supports external serializers.")>]
type AzureQueueStreamProvider = class
inherit PersistentStreamProvider<AzureQueueAdapterFactory<AzureQueueDataAdapterV1>>
Public Class AzureQueueStreamProvider
Inherits PersistentStreamProvider(Of AzureQueueAdapterFactory(Of AzureQueueDataAdapterV1))
- Inheritance
-
AzureQueueStreamProvider
- Attributes
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>) |
Продукт | Версии (остаряло) |
---|---|
.NET Orleans | (1.5.10) |