Skip to content

StreamSubscriptionHandle<T>

class

Namespace: Orleans.Streams

Handle representing this subscription. Consumer may serialize and store the handle in order to unsubscribe later, for example in another activation on this grain.
[Orleans.GenerateSerializer]
public abstract class StreamSubscriptionHandle<T> : IEquatable<StreamSubscriptionHandle<T>>

Properties

  • HandleId Gets the unique identifier for this StreamSubscriptionHandle
  • ProviderName Gets the name of the provider.
  • StreamId Gets the stream identifier.

Methods