SignalingSession.TryCancelRenegotiateDescription Method
Tries to cancel a pending renegotiation. Returns if cancel is either sent or setup to be sent. This method does not guarantee that renegotiation will not receive a final response since there is possibility that a final response is on the way before cancel message can reach the remote.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Function TryCancelRenegotiateDescription As Boolean
'Usage
Dim instance As SignalingSession
Dim returnValue As Boolean
returnValue = instance.TryCancelRenegotiateDescription()
public bool TryCancelRenegotiateDescription()
Return Value
Type: System.Boolean