Reference Library
GetThirdPartyDeviceId Method (switchName, extension, userState)
NamespacesAvaya.ApplicationEnablement.DMCCIThirdPartyCallControllerGetThirdPartyDeviceId(String, String, Object)
Send a Get Third Party Device Id request to the server.
Declaration Syntax
C#Visual BasicVisual C++
int GetThirdPartyDeviceId(
	string switchName,
	string extension,
	Object userState
)
Function GetThirdPartyDeviceId ( _
	switchName As String, _
	extension As String, _
	userState As Object _
) As Integer
int GetThirdPartyDeviceId(
	String^ switchName, 
	String^ extension, 
	Object^ userState
)
Parameters
switchName (String)
Name of the switch
extension (String)
User's extension
userState (Object)
Any object the application would like returned with the response.
Return Value
The Invoke ID of the XML message sent to the server.

Assembly: ServiceProvider (Module: ServiceProvider)