SipSubscription Class

Provides low-level subscription and notification.

Inheritance Hierarchy

System..::..Object
  Microsoft.Rtc.Signaling..::..SipSubscription

Namespace:  Microsoft.Rtc.Signaling
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public Class SipSubscription
'Usage
Dim instance As SipSubscription
public class SipSubscription

Remarks

Users of this class need to pass the ISipSubscriptionProcessor interface to interact with the subscription. It automatically refreshes the subscription 15 minutes before the expiration. Users of [SipSubscription] can also refresh the subscription themselves.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

SipSubscription Members

Microsoft.Rtc.Signaling Namespace