PublishSubscribeSession.IsSubscriptionActive Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
This property will be removed from future versions. Use the property 'CurrentState' instead.
Gets whether the session has an active underlying subscription.
public:
property bool IsSubscriptionActive { bool get(); };
[System.Obsolete("This property will be removed from future versions. Use the property 'CurrentState' instead.")]
public bool IsSubscriptionActive { get; }
member this.IsSubscriptionActive : bool
Public ReadOnly Property IsSubscriptionActive As Boolean
Property Value
- Attributes