Rejects incoming call.

C# | Visual Basic | Visual C++ | F# |
public void Reject( string statusCode_reason )
Public Sub Reject ( statusCode_reason As String )
public: void Reject( String^ statusCode_reason )
member Reject : statusCode_reason : string -> unit

- statusCode_reason (String)
- Status-code reasonText.

Exception | Condition |
---|---|
ObjectDisposedException | Is raised when this object is disposed and and this method is accessed. |
InvalidOperationException | Is raised when call is not in valid state and this method is called. |
ArgumentNullException | Is raised when statusCode_reason is null. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119