IAsyncStream
interface
Namespace: Orleans.Streams
This interface represents an object that serves as a distributed rendezvous between producers and consumers. It is similar to a Reactive Framework and implements nor interfaces.
SubjectIObserverIObservablepublic interface IAsyncStreamProperties
IsRewindableGets a value indicating whether this is a rewindable stream - supports subscribing from previous point in time.ProviderNameGets the name of the provider.StreamIdGets the stream identifier.
