Reference Library
ConvertDialStringToE164ResponseHandler Delegate
NamespacesAvaya.ApplicationEnablement.DMCCConvertDialStringToE164ResponseHandler
Delegate which represents the handler for responses to the Convert Dial String To E164 Response Handler message.
Declaration Syntax
C#Visual BasicVisual C++
public delegate void ConvertDialStringToE164ResponseHandler(
	Object sender,
	ServiceProvider..::.ConvertDialStringToE164ResponseArgs e
)
Public Delegate Sub ConvertDialStringToE164ResponseHandler ( _
	sender As Object, _
	e As ServiceProvider..::.ConvertDialStringToE164ResponseArgs _
)
public delegate void ConvertDialStringToE164ResponseHandler(
	Object^ sender, 
	ServiceProvider..::.ConvertDialStringToE164ResponseArgs^ e
)
Parameters
sender (Object)
Object who sent the message.
e (ServiceProvider..::.ConvertDialStringToE164ResponseArgs)
Paramters associated with this particular callback.

Assembly: ServiceProvider (Module: ServiceProvider)