Skip to content

StreamSubscriptionHandle<T> Properties

Handle representing this subscription. Consumer may serialize and store the handle in order to unsubscribe later, for example in another activation on this grain.

HandleId

abstractget
public abstract Guid HandleId
Gets the unique identifier for this StreamSubscriptionHandle

ProviderName

abstractget
public abstract string ProviderName
Gets the name of the provider.

Property value

The name of the provider.

StreamId

abstractget
public abstract StreamId StreamId
Gets the stream identifier.

Property value

The stream identifier.