Show / Hide Table of Contents

Interface IFutureSubscription

Represents a subscription that can be assigned with an inner subscription.

Inherited Members
ISubscription.Accept(ISubscriptionVisitor)
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
In This Article
Back to top Generated by DocFX