IAsynchronousOperation.IsCompleted Property
Returns true if the async operation is completed.
Namespace: UCCollaborationLib
Assembly: Microsoft.Office.Uc (in Microsoft.Office.Uc.dll)
Syntax
HRESULT get_IsCompleted
(
VARIANT_BOOL* isCompleted
);
Return Value
A value of the VARIANT_BOOL* (bool, for a .NET application) type.