IAsyncStream Interface

Definition

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.

Applies to