Class VersionedMultiSubjectBase
Base implementation of the non-generic multi-subject, with support for versioning.
Inherited Members
Namespace: Reaqtive
Assembly: Reaqtive.Core.dll
Syntax
public abstract class VersionedMultiSubjectBase : MultiSubjectBase, IMultiSubject, IOperator, ISubscription, IDisposable, IVersioned
Constructors
VersionedMultiSubjectBase()
Declaration
protected VersionedMultiSubjectBase()
Properties
Name
The name of the multi-subject.
Declaration
public abstract string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Version
The version of the multi-subject.
Declaration
public abstract Version Version { get; }
Property Value
Type | Description |
---|---|
System.Version |
Implements
System.IDisposable