AzureQueueStreamProviderV2 クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
永続化に Azure キューを使用する永続ストリーム プロバイダー
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))
- 継承
-
AzureQueueStreamProviderV2
コンストラクター
AzureQueueStreamProviderV2() |
永続化に Azure キューを使用する永続ストリーム プロバイダー |
プロパティ
IsRewindable |
永続化に Azure キューを使用する永続ストリーム プロバイダー (継承元 PersistentStreamProvider<TAdapterFactory>) |
Name |
永続化に Azure キューを使用する永続ストリーム プロバイダー (継承元 PersistentStreamProvider<TAdapterFactory>) |
メソッド
Close() |
永続化に Azure キューを使用する永続ストリーム プロバイダー (継承元 PersistentStreamProvider<TAdapterFactory>) |
ExecuteCommand(Int32, Object) |
永続化に Azure キューを使用する永続ストリーム プロバイダー (継承元 PersistentStreamProvider<TAdapterFactory>) |
GetStream<T>(Guid, String) |
永続化に Azure キューを使用する永続ストリーム プロバイダー (継承元 PersistentStreamProvider<TAdapterFactory>) |
GetStreamSubscriptionManager() |
永続化に Azure キューを使用する永続ストリーム プロバイダー (継承元 PersistentStreamProvider<TAdapterFactory>) |
Init(String, IProviderRuntime, IProviderConfiguration) |
永続化に Azure キューを使用する永続ストリーム プロバイダー (継承元 PersistentStreamProvider<TAdapterFactory>) |
Start() |
永続化に Azure キューを使用する永続ストリーム プロバイダー (継承元 PersistentStreamProvider<TAdapterFactory>) |
拡張メソッド
TryGetStreamSubscrptionManager(IStreamProvider, IStreamSubscriptionManager) |
永続化に Azure キューを使用する永続ストリーム プロバイダー |