Reference Library
ThirdPartyCallController..::.ConnectionListItem Constructor (newConnection, deviceId, associatedNidDeviceId)
NamespacesAvaya.ApplicationEnablement.DMCCThirdPartyCallController..::.ConnectionListItemThirdPartyCallController..::.ConnectionListItem(ThirdPartyCallController..::.CallIdentifier, String, String)
Constructor
Declaration Syntax
C#Visual BasicVisual C++
public ConnectionListItem(
	ThirdPartyCallController..::.CallIdentifier newConnection,
	string deviceId,
	string associatedNidDeviceId
)
Public Sub New ( _
	newConnection As ThirdPartyCallController..::.CallIdentifier, _
	deviceId As String, _
	associatedNidDeviceId As String _
)
public:
ConnectionListItem(
	ThirdPartyCallController..::.CallIdentifier^ newConnection, 
	String^ deviceId, 
	String^ associatedNidDeviceId
)
Parameters
newConnection (ThirdPartyCallController..::.CallIdentifier)
The Connection ID of the New Connection.
deviceId (String)
The Device Id for this particular connection.
associatedNidDeviceId (String)
The Associated NID Device Id

Assembly: ServiceProvider (Module: ServiceProvider)