CtiCallStateManager.UpdateCallInfoItemEntry(CallInfoData) Method

Definition

Updates a CallInfoData item in the CallersList

public:
 bool UpdateCallInfoItemEntry(Microsoft::Uii::Desktop::Cti::Core::CallInfoData ^ callData);
public bool UpdateCallInfoItemEntry (Microsoft.Uii.Desktop.Cti.Core.CallInfoData callData);
member this.UpdateCallInfoItemEntry : Microsoft.Uii.Desktop.Cti.Core.CallInfoData -> bool
Public Function UpdateCallInfoItemEntry (callData As CallInfoData) As Boolean

Parameters

callData
CallInfoData

Specifies the CallInfoData object populated with call data.

Returns

True if the update was successful, otherwise false.

Applies to