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
HandleIdGets the unique identifier for this StreamSubscriptionHandleProviderNameGets the name of the provider.StreamIdGets the stream identifier.
Methods
Equals(StreamSubscriptionHandle<T>)Indicates whether the current object is equal to another object of the same type.ResumeAsync(IAsyncBatchObserver<T>, StreamSequenceToken)Resume batch consumption from a subscription to a stream.ResumeAsync(IAsyncObserver<T>, StreamSequenceToken)Resumed consumption from a subscription to a stream.UnsubscribeAsyncUnsubscribe a stream consumer from this observable.
