CtiCallStateManager.UpdateCallInfoItemEntry(CallInfoData) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.