CallTransferReceivedEventArgs.Decline Method
Declines the incoming transfer request.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Sub Decline
'Usage
Dim instance As CallTransferReceivedEventArgs
instance.Decline()
public void Decline()
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | Thrown when there is no transaction to decline. |
RealTimeException | Thrown when there was a transport error. |
See Also
Reference
CallTransferReceivedEventArgs Class