Declines the incoming conference invitation with response code DeclineAllon behalf of all endpoints of this owner./>.

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
Sub 
DeclineAll
C#
public 
void 
DeclineAll()
Visual C++
public:
void 
DeclineAll()
JavaScript
function 
declineAll();

Exceptions

Exception Condition
InvalidOperationException Thrown when:
  1. The signaling session is in an invalid state.
  2. This method is called after the invitation has expired or one of the response methods has already been called.
Microsoft.Rtc.Signaling . . :: . RealTimeException Thrown when a transport error occurs while sending the response.

See Also