LumiSoft Net Help
SetState Method (state, raiseEvent)
NamespacesLumiSoft.Net.SIP.StackSIP_DialogSetState(SIP_DialogState, Boolean)
Sets dialog state.
Declaration Syntax
C#Visual BasicVisual C++F#
protected void SetState(
	SIP_DialogState state,
	bool raiseEvent
)
Protected Sub SetState ( 
	state As SIP_DialogState,
	raiseEvent As Boolean
)
protected:
void SetState(
	SIP_DialogState state, 
	bool raiseEvent
)
member SetState : 
        state : SIP_DialogState * 
        raiseEvent : bool -> unit 
Parameters
state (SIP_DialogState)
New dialog state,
raiseEvent (Boolean)
If true, StateChanged event is raised after state change.

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