Ozeki VoIP SDK Class library
OnReInviteRequested Method (callParty, sender, args, ignoreReInviteFinished)
NamespacesOzeki.VoIP.PBX.PhoneCalls.SessionSessionAbstractOnReInviteRequested(CallParty, ISIPCall, InviteEventArgs, Boolean)
Declaration Syntax
C#Visual BasicVisual C++
public abstract void OnReInviteRequested(
	CallParty callParty,
	ISIPCall sender,
	InviteEventArgs args,
	bool ignoreReInviteFinished = false
)
Public MustOverride Sub OnReInviteRequested ( 
	callParty As CallParty,
	sender As ISIPCall,
	args As InviteEventArgs,
	Optional ignoreReInviteFinished As Boolean = false
)
public:
virtual void OnReInviteRequested(
	CallParty callParty, 
	ISIPCall^ sender, 
	InviteEventArgs^ args, 
	bool ignoreReInviteFinished = false
) abstract
Parameters
callParty (CallParty)
sender (ISIPCall)
args (InviteEventArgs)
ignoreReInviteFinished (Boolean) (Optional)

Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 10.1.12.649