Reference Library
GetThirdPartyDeviceId Method (switchName, extension, userState)
NamespacesAvaya.ApplicationEnablement.DMCCThirdPartyCallControllerGetThirdPartyDeviceId(String, String, Object)
Send a Get Third Party Device Id request to the server.
Declaration Syntax
C#Visual BasicVisual C++
public int GetThirdPartyDeviceId(
	string switchName,
	string extension,
	Object userState
)
Public Function GetThirdPartyDeviceId ( _
	switchName As String, _
	extension As String, _
	userState As Object _
) As Integer
public:
virtual int GetThirdPartyDeviceId(
	String^ switchName, 
	String^ extension, 
	Object^ userState
) sealed
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)