Edit

Share via


IStreamSubscriptionHandleFactory Interface

Definition

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.

Applies to