IAsynchronousOperation.AsyncState Property
Returns current operation application defined context. Asynch state is set by providing a context object to the corresponding asynchronous method call.
Namespace: UCCollaborationLib
Assembly: Microsoft.Office.Uc (in Microsoft.Office.Uc.dll)
Syntax
HRESULT get_AsyncState
(
VARIANT* userState
);
Return Value
A value of the VARIANT* (object, for a .NET application) type.