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

流标识。

providerName
String

流提供程序名称。

subscriptionId
GuidId

订阅标识。

适用于

StreamSubscriptionHandlerFactory(IStreamProvider, IStreamIdentity, String, GuidId)

Source:
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

适用于