ReferStatus.TerminateSubscription Method
Terminates this refer subscription. The subscription is active until terminating Notify message is received. If the application is not interested in waiting for the notification messages, this method can be used to terminate the underlying subscription for these notification messages. The refer state will not be affected by this operation.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Function TerminateSubscription As SipResponseData
'Usage
Dim instance As ReferStatus
Dim returnValue As SipResponseData
returnValue = instance.TerminateSubscription()
public SipResponseData TerminateSubscription()
Return Value
Type: Microsoft.Rtc.Signaling.SipResponseData
Returns the response data associated the unsubscribe request.