Partager via


StreamSubscriptionHandlerFactory Constructeurs

Définition

Surcharges

StreamSubscriptionHandlerFactory(IStreamProvider, StreamId, String, GuidId)

Initialise une nouvelle instance de la classe StreamSubscriptionHandlerFactory.

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

StreamSubscriptionHandlerFactory(IStreamProvider, StreamId, String, GuidId)

Initialise une nouvelle instance de la classe 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)

Paramètres

streamProvider
IStreamProvider

Fournisseur de flux de données.

streamId
StreamId

Identité de flux.

providerName
String

Nom du fournisseur de flux.

subscriptionId
GuidId

Identité de l'abonnement.

S’applique à

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)

Paramètres

streamProvider
IStreamProvider
streamId
IStreamIdentity
providerName
String
subscriptionId
GuidId

S’applique à

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)

Paramètres

streamId
IStreamIdentity
providerName
String
subscriptionId
GuidId

S’applique à