StreamSubscriptionHandlerFactory Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
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)
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
- manager
- IStreamProviderManager
- streamId
- IStreamIdentity
- providerName
- String
- subscriptionId
- GuidId