Reference Library
ThirdPartyCallController..::..EndpointRegistrationInfoResponseArgs Class
NamespacesAvaya.ApplicationEnablement.DMCCThirdPartyCallControllerThirdPartyCallController..::..EndpointRegistrationInfoResponseArgs
Parameters associated with the EndpointRegistrationInfo request.

Supported in: 6.3.0

Declaration Syntax
C#Visual BasicVisual C++
public class EndpointRegistrationInfoResponseArgs : ThirdPartyCallController..::..ThirdPartyCallControlCommonResponseArgs
Public Class EndpointRegistrationInfoResponseArgs _
	Inherits ThirdPartyCallController..::..ThirdPartyCallControlCommonResponseArgs
public ref class EndpointRegistrationInfoResponseArgs : public ThirdPartyCallController..::..ThirdPartyCallControlCommonResponseArgs
Members
All MembersProperties



IconMemberDescription
getDeviceId
The deviceID of the endpoint associated with the EndpointRegistrationInfo request

getEndpointRegistrationInfoList
The registration information associated with a specified device. Currently a device can have up to 4 associated endpoint instances. The list will contain a EndpointRegistrationInfoItem corresponding to each registered endpoint instance of the requested device.

Supported in: 6.3.0


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.)
getServiceState
Specifies the state of an endpoint (i.e. inService, outOfService, or unknown)

getUserState
The User State object the application sent with the original request.
(Inherited from ThirdPartyCallController..::..ThirdPartyCallControlCommonResponseArgs.)
Inheritance Hierarchy
Object
EventArgs
 ThirdPartyCallController..::..ThirdPartyCallControlCommonResponseArgs
  ThirdPartyCallController..::..EndpointRegistrationInfoResponseArgs

Assembly: ServiceProvider (Module: ServiceProvider)