Click or drag to resize

ControllingEndpoint Class

The details of a shared control controlling endpoint.
Inheritance Hierarchy
SystemObject
  Avaya.ClientServicesControllingEndpoint

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public class ControllingEndpoint

The ControllingEndpoint type exposes the following members.

Properties
  NameDescription
Public propertyClientInstanceId
Unique client instance Id of the controlling endpoint.
Public propertyDisplayName
Display name of the controlling endpoint.
Public propertyId
Numeric Id identifying the controlling endpoint.
Public propertyURI
URI of the controlling endpoint.
Public propertyUserAgent
User Agent of the controlling endpoint.
Top
Remarks
The ControllingEndpoint class provides details of the endpoint that is currently controlling this client instance in shared control mode.
See Also