IAsyncStream Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This interface represents an object that serves as a distributed rendezvous between producers and consumers.
It is similar to a Reactive Framework Subject
and implements
IObserver
nor IObservable
interfaces.
public interface IAsyncStream
type IAsyncStream = interface
Public Interface IAsyncStream
- Derived
Properties
IsRewindable |
Gets a value indicating whether this is a rewindable stream - supports subscribing from previous point in time. |
ProviderName |
Gets the name of the provider. |
StreamId |
Gets the stream identifier. |