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

Visual Basic (Declaration)
Public 
Function 
TerminateSubscription 
As 

SipResponseData
C#
public 

SipResponseData 
TerminateSubscription()
Visual C++
public:

SipResponseData^ 
TerminateSubscription()
JavaScript
function 
terminateSubscription();

Return Value

Returns the response data associated the unsubscribe request.

See Also