StreamSubscriptionHandlerFactory Class
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.
Factory for creating StreamSubscriptionHandle<T> instances.
public class StreamSubscriptionHandlerFactory : Orleans.Streams.Core.IStreamSubscriptionHandleFactory
type StreamSubscriptionHandlerFactory = class
interface IStreamSubscriptionHandleFactory
Public Class StreamSubscriptionHandlerFactory
Implements IStreamSubscriptionHandleFactory
- Inheritance
-
StreamSubscriptionHandlerFactory
- Implements
Constructors
Properties
ProviderName |
Gets the name of the provider. |
StreamId |
Gets the stream identifier. |
SubscriptionId |
Gets the subscription identifier. |
Methods
Create<T>() |
Creates a stream subscription handle for the stream and subscription identified by this instance. |