Reference Library
ThirdPartyCallController..::..EndpointUnregisteredEventArgs Class
NamespacesAvaya.ApplicationEnablement.DMCCThirdPartyCallControllerThirdPartyCallController..::..EndpointUnregisteredEventArgs
Parameters associated with the response to EndpointUnregistered event.

Supported in: 6.3.0

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



IconMemberDescription
getCode
The reason code for the endpoint's unregistration

getDependencyMode
The dependency mode of the endpoint

getDeviceID
Specifies the DeviceID that is being monitored

getEndpointAddress
The endpoint's logical address as seen by the switch. For H.323 devices, this is usually an IP address; for SIP devices, this is an URI.

getEptDevice
Specifies the DeviceID, known by the switch, of the endpoint that was unregistered

getEventCause
The cause (if any) of the event
(Inherited from ThirdPartyCallController..::..ThirdPartyCallControlCommonEventArgs.)
getMonitorId
The ID of the monitor that triggered this event.
(Inherited from ThirdPartyCallController..::..ThirdPartyCallControlCommonEventArgs.)
getReason
The reason for unregistration in a readable String form

getServiceState
The service state of the station after this endpoint has unregistered

getSetType
The endpoint device model type as administered on the switch (i.e. 4626, 9611G, etc.)

getSignallingProtocolType
The signaling protocol of the endpoint (i.e. H323 or SIP)

Supported in: 6.3.1


getXmlDocument
Get the actual XML Document that was sent from AES.
(Inherited from ThirdPartyCallController..::..ThirdPartyCallControlCommonEventArgs.)
Inheritance Hierarchy
Object
EventArgs
 ThirdPartyCallController..::..ThirdPartyCallControlCommonEventArgs
  ThirdPartyCallController..::..EndpointUnregisteredEventArgs

Assembly: ServiceProvider (Module: ServiceProvider)