Constructor
| C# | Visual Basic | Visual 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 )
- 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)