PublishSubscribeSession.IsSubscriptionActive Property
NOTE: This API is now obsolete.
Gets whether the session has an active underlying subscription.
Namespace: Microsoft.Rtc.Collaboration.Presence
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
<ObsoleteAttribute("This property will be removed from future versions. Use the property 'CurrentState' instead.")> _
Public ReadOnly Property IsSubscriptionActive As Boolean
Get
'Usage
Dim instance As PublishSubscribeSession
Dim value As Boolean
value = instance.IsSubscriptionActive
[ObsoleteAttribute("This property will be removed from future versions. Use the property 'CurrentState' instead.")]
public bool IsSubscriptionActive { get; }
Property Value
Type: System.Boolean