SimpleAzureQueueStreamProvider クラス

定義

永続化に Azure キューを使用する永続ストリーム プロバイダー

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)
継承

コンストラクター

SimpleAzureQueueStreamProvider()

永続化に 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 キューを使用する永続ストリーム プロバイダー

適用対象