IStreamSubscriptionHandleFactory Interface
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.
C#
public interface IStreamSubscriptionHandleFactory
type IStreamSubscriptionHandleFactory = interface
Public Interface IStreamSubscriptionHandleFactory
- Derived
Provider |
Gets the name of the provider. |
Stream |
Gets the stream identifier. |
Subscription |
Gets the subscription identifier. |
Create<T>() |
Creates a stream subscription handle for the stream and subscription identified by this instance. |
Product | Versies |
---|---|
.NET Orleans | 1.5.10, 3.4.5, 3.6.0, 7.0.0, 8.0.0, 8.1.0, 8.2.0, 9.0.0 |