PersistentStreamProvider<TAdapterFactory> クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
永続化にアダプターを使用する永続ストリーム プロバイダー
public class PersistentStreamProvider<TAdapterFactory> : Orleans.Providers.IControllable, Orleans.Streams.Core.IStreamSubscriptionManagerRetriever where TAdapterFactory : IQueueAdapterFactory, new()
type PersistentStreamProvider<'AdapterFactory (requires 'AdapterFactory :> IQueueAdapterFactory and 'AdapterFactory : (new : unit -> 'AdapterFactory))> = class
interface IStreamProviderImpl
interface IStreamProvider
interface IProvider
interface IControllable
interface IStreamSubscriptionManagerRetriever
Public Class PersistentStreamProvider(Of TAdapterFactory)
Implements IControllable, IStreamSubscriptionManagerRetriever
型パラメーター
- TAdapterFactory
- 継承
-
PersistentStreamProvider<TAdapterFactory>
- 派生
- 実装
コンストラクター
PersistentStreamProvider<TAdapterFactory>() |
永続化にアダプターを使用する永続ストリーム プロバイダー |
プロパティ
IsRewindable |
永続化にアダプターを使用する永続ストリーム プロバイダー |
Name |
永続化にアダプターを使用する永続ストリーム プロバイダー |
メソッド
Close() |
永続化にアダプターを使用する永続ストリーム プロバイダー |
ExecuteCommand(Int32, Object) |
永続化にアダプターを使用する永続ストリーム プロバイダー |
GetStream<T>(Guid, String) |
永続化にアダプターを使用する永続ストリーム プロバイダー |
GetStreamSubscriptionManager() |
永続化にアダプターを使用する永続ストリーム プロバイダー |
Init(String, IProviderRuntime, IProviderConfiguration) |
永続化にアダプターを使用する永続ストリーム プロバイダー |
Start() |
永続化にアダプターを使用する永続ストリーム プロバイダー |
拡張メソッド
TryGetStreamSubscrptionManager(IStreamProvider, IStreamSubscriptionManager) |
永続化にアダプターを使用する永続ストリーム プロバイダー |