Reference Library
ConvertDialStringToE164 Method (switchName, diaStringList, userState)
NamespacesAvaya.ApplicationEnablement.DMCCServiceProviderConvertDialStringToE164(String, List<(Of <<'(String>)>>), Object)
Convert one or more dial strings to E164 format.
Declaration Syntax
C#Visual BasicVisual C++
public int ConvertDialStringToE164(
	string switchName,
	List<string> diaStringList,
	Object userState
)
Public Function ConvertDialStringToE164 ( _
	switchName As String, _
	diaStringList As List(Of String), _
	userState As Object _
) As Integer
public:
int ConvertDialStringToE164(
	String^ switchName, 
	List<String^>^ diaStringList, 
	Object^ userState
)
Parameters
switchName (String)
The name of the CM which will perform the conversion.
diaStringList (List<(Of <(<'String>)>)>)
The list of dial strings that you want converted.
userState (Object)
A object which will be returned via the ConvertDialStringToE164Response callback.
Return Value
The Invoke Id of the outgoing XML message

Assembly: ServiceProvider (Module: ServiceProvider)