StreamSubscriptionHandlerFactory コンストラクター

定義

オーバーロード

StreamSubscriptionHandlerFactory(IStreamProvider, StreamId, String, GuidId)

StreamSubscriptionHandlerFactory クラスの新しいインスタンスを初期化します。

StreamSubscriptionHandlerFactory(IStreamProvider, IStreamIdentity, String, GuidId)
StreamSubscriptionHandlerFactory(IStreamProviderManager, IStreamIdentity, String, GuidId)

StreamSubscriptionHandlerFactory(IStreamProvider, StreamId, String, GuidId)

StreamSubscriptionHandlerFactory クラスの新しいインスタンスを初期化します。

public StreamSubscriptionHandlerFactory (Orleans.Streams.IStreamProvider streamProvider, Orleans.Runtime.StreamId streamId, string providerName, Orleans.Runtime.GuidId subscriptionId);
new Orleans.Streams.StreamSubscriptionHandlerFactory : Orleans.Streams.IStreamProvider * Orleans.Runtime.StreamId * string * Orleans.Runtime.GuidId -> Orleans.Streams.StreamSubscriptionHandlerFactory
Public Sub New (streamProvider As IStreamProvider, streamId As StreamId, providerName As String, subscriptionId As GuidId)

パラメーター

streamProvider
IStreamProvider

ストリーム プロバイダー。

streamId
StreamId

ストリーム ID。

providerName
String

ストリーム プロバイダー名。

subscriptionId
GuidId

サブスクリプション ID。

適用対象

StreamSubscriptionHandlerFactory(IStreamProvider, IStreamIdentity, String, GuidId)

ソース:
StreamSubsriptionHandlerFactory.cs
public StreamSubscriptionHandlerFactory (Orleans.Streams.IStreamProvider streamProvider, Orleans.Streams.IStreamIdentity streamId, string providerName, Orleans.Runtime.GuidId subscriptionId);
new Orleans.Streams.StreamSubscriptionHandlerFactory : Orleans.Streams.IStreamProvider * Orleans.Streams.IStreamIdentity * string * Orleans.Runtime.GuidId -> Orleans.Streams.StreamSubscriptionHandlerFactory
Public Sub New (streamProvider As IStreamProvider, streamId As IStreamIdentity, providerName As String, subscriptionId As GuidId)

パラメーター

streamProvider
IStreamProvider
streamId
IStreamIdentity
providerName
String
subscriptionId
GuidId

適用対象

StreamSubscriptionHandlerFactory(IStreamProviderManager, IStreamIdentity, String, GuidId)

public StreamSubscriptionHandlerFactory (Orleans.Streams.IStreamProviderManager manager, Orleans.Streams.IStreamIdentity streamId, string providerName, Orleans.Runtime.GuidId subscriptionId);
new Orleans.Streams.StreamSubscriptionHandlerFactory : Orleans.Streams.IStreamProviderManager * Orleans.Streams.IStreamIdentity * string * Orleans.Runtime.GuidId -> Orleans.Streams.StreamSubscriptionHandlerFactory
Public Sub New (manager As IStreamProviderManager, streamId As IStreamIdentity, providerName As String, subscriptionId As GuidId)

パラメーター

streamId
IStreamIdentity
providerName
String
subscriptionId
GuidId

適用対象