Reference Library
ConvertDialStringToE164ResponseEvent Method (invokeId, switchName, resultType, dialString, e164, isFinal, error)
NamespacesAvaya.ApplicationEnablement.DMCCControlEventsConvertDialStringToE164ResponseEvent(Int32, String, String, String, String, Boolean, String)
Declaration Syntax
C#Visual BasicVisual C++
void ConvertDialStringToE164ResponseEvent(
	int invokeId,
	string switchName,
	string resultType,
	string dialString,
	string e164,
	bool isFinal,
	string error
)
Sub ConvertDialStringToE164ResponseEvent ( _
	invokeId As Integer, _
	switchName As String, _
	resultType As String, _
	dialString As String, _
	e164 As String, _
	isFinal As Boolean, _
	error As String _
)
void ConvertDialStringToE164ResponseEvent(
	int invokeId, 
	String^ switchName, 
	String^ resultType, 
	String^ dialString, 
	String^ e164, 
	bool isFinal, 
	String^ error
)
Parameters
invokeId (Int32)
switchName (String)
resultType (String)
dialString (String)
e164 (String)
isFinal (Boolean)
error (String)

Assembly: ServiceProvider (Module: ServiceProvider)