Interface IFutureSubscription
Represents a subscription that can be assigned with an inner subscription.
Inherited Members
Namespace: Reaqtive
Assembly: Reaqtive.Interfaces.dll
Syntax
public interface IFutureSubscription : ISubscription, IDisposable
Properties
Subscription
Gets or sets the inner subscription.
Declaration
ISubscription Subscription { get; set; }
Property Value
Type | Description |
---|---|
ISubscription |