Share via


IOperation Interface

The state of an asynchronous operation.

Namespace:  UCCollaborationLib
Assembly:  Microsoft.Office.Uc (in Microsoft.Office.Uc.dll)

Syntax

interface IOperation : IDispatch

Remarks

IOperation provides the state of an asynchronous operation. You can cancel the running asynchronous operation associated with this interface when CanCancel returns true. The state, status code, and any user defined operational state data are obtained using this interface. The interface identifier (IID) of this interface is 6304FBBC-394D-4af7-BF0D-D299227A84F0.

See Also

IOperation Members
UCCollaborationLib Namespace