Compartir a través de


StreamSubscriptionHandlerFactory Constructores

Definición

Sobrecargas

StreamSubscriptionHandlerFactory(IStreamProvider, StreamId, String, GuidId)

Inicializa una nueva instancia de la clase StreamSubscriptionHandlerFactory.

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

StreamSubscriptionHandlerFactory(IStreamProvider, StreamId, String, GuidId)

Inicializa una nueva instancia de la clase 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)

Parámetros

streamProvider
IStreamProvider

Proveedor de flujos.

streamId
StreamId

La identidad de la secuencia.

providerName
String

Nombre del proveedor de secuencias.

subscriptionId
GuidId

Identidad de la suscripción.

Se aplica a

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)

Parámetros

streamProvider
IStreamProvider
streamId
IStreamIdentity
providerName
String
subscriptionId
GuidId

Se aplica a

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)

Parámetros

streamId
IStreamIdentity
providerName
String
subscriptionId
GuidId

Se aplica a