Reference Library
ThirdPartyCallController..::..GetThirdPartyDeviceIdResponseArgs Class
NamespacesAvaya.ApplicationEnablement.DMCCThirdPartyCallControllerThirdPartyCallController..::..GetThirdPartyDeviceIdResponseArgs
Parameters associated with the response to GetThirdPartyDeviceId request.
Declaration Syntax
C#Visual BasicVisual C++
public class GetThirdPartyDeviceIdResponseArgs : ThirdPartyCallController..::..ThirdPartyCallControlCommonResponseArgs
Public Class GetThirdPartyDeviceIdResponseArgs _
	Inherits ThirdPartyCallController..::..ThirdPartyCallControlCommonResponseArgs
public ref class GetThirdPartyDeviceIdResponseArgs : public ThirdPartyCallController..::..ThirdPartyCallControlCommonResponseArgs
Members
All MembersProperties



IconMemberDescription
getDeviceIdAsString
The device id in string format. Use ServiceProvider.getDevice if you want to get the Device objected that is associated with the this string.

getError
Exception, if any, returned from the server.
(Inherited from ThirdPartyCallController..::..ThirdPartyCallControlCommonResponseArgs.)
getInvokeId
Invoke Id associated with the original request to the server.
(Inherited from ThirdPartyCallController..::..ThirdPartyCallControlCommonResponseArgs.)
getUserState
The User State object the application sent with the original request.
(Inherited from ThirdPartyCallController..::..ThirdPartyCallControlCommonResponseArgs.)
Inheritance Hierarchy
Object
EventArgs
 ThirdPartyCallController..::..ThirdPartyCallControlCommonResponseArgs
  ThirdPartyCallController..::..GetThirdPartyDeviceIdResponseArgs

Assembly: ServiceProvider (Module: ServiceProvider)