StreamSubscriptionHandlerFactory Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
StreamSubscriptionHandlerFactory(IStreamProvider, StreamId, String, GuidId)
Initializes a new instance of the StreamSubscriptionHandlerFactory class.
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)
Parameters
- streamProvider
- IStreamProvider
The stream provider.
- streamId
- StreamId
The stream identity.
- providerName
- String
The stream provider name.
- subscriptionId
- GuidId
The subscription identity.
Applies to
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)
Parameters
- streamProvider
- IStreamProvider
- streamId
- IStreamIdentity
- providerName
- String
- subscriptionId
- GuidId
Applies to
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)
Parameters
- manager
- IStreamProviderManager
- streamId
- IStreamIdentity
- providerName
- String
- subscriptionId
- GuidId