IStreamSubscriptionHandleFactory Interface
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.
Functionality for creating a stream subscription handle for a particular stream and subscription.
public interface IStreamSubscriptionHandleFactory
type IStreamSubscriptionHandleFactory = interface
Public Interface IStreamSubscriptionHandleFactory
- Derived
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. |