CallForwardReceivedEventArgs.Decline Method
Declines the forward of the call.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Sub Decline
'Usage
Dim instance As CallForwardReceivedEventArgs
instance.Decline()
public void Decline()
Remarks
Call Establish will fail, if forward is declined.
See Also
Reference
CallForwardReceivedEventArgs Class