LumiSoft Net Help
Terminate Method (reason, sendBye)
NamespacesLumiSoft.Net.SIP.StackSIP_Dialog_InviteTerminate(String, Boolean)
Starts terminating dialog.
Declaration Syntax
C#Visual BasicVisual C++F#
public void Terminate(
	string reason,
	bool sendBye
)
Public Sub Terminate ( 
	reason As String,
	sendBye As Boolean
)
public:
void Terminate(
	String^ reason, 
	bool sendBye
)
member Terminate : 
        reason : string * 
        sendBye : bool -> unit 
Parameters
reason (String)
Termination reason. This value may be null.
sendBye (Boolean)
If true BYE is sent to remote party.
Exceptions
ExceptionCondition
ObjectDisposedExceptionIs raised when this class is Disposed and this method is accessed.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119