Skip to content

IAsyncStream Properties

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.

IsRewindable

abstractget
public abstract bool IsRewindable
Gets a value indicating whether this is a rewindable stream - supports subscribing from previous point in time.

Returns

True if this is a rewindable stream, false otherwise.

ProviderName

abstractget
public abstract string ProviderName
Gets the name of the provider.

Property value

The name of the provider.

StreamId

abstractget
public abstract StreamId StreamId
Gets the stream identifier.

Property value

The stream identifier.