Documentation for a minimal subset of the QSM API
IAsynchronousOperation Interface
Namespaces > QS.CMS.Base3 > IAsynchronousOperation

[Missing <summary> documentation for T:QS.CMS.Base3.IAsynchronousOperation]

Syntax
C#Visual BasicManaged C++
public interface IAsynchronousOperation : IAsyncResult
Public Interface IAsynchronousOperation _
	Implements IAsyncResult
public interface class IAsynchronousOperation : IAsyncResult
Members
All MembersConstructorsMethodsPropertiesFieldsEvents



IconMemberDescription
AsyncState
Gets a user-defined object that qualifies or contains information about an asynchronous operation.
(Inherited from IAsyncResult.)
AsyncWaitHandle
Gets a WaitHandle that is used to wait for an asynchronous operation to complete.
(Inherited from IAsyncResult.)
Cancel()
Cancelled
CompletedSynchronously
Gets an indication of whether the asynchronous operation completed synchronously.
(Inherited from IAsyncResult.)
Ignore()
IsCompleted
Gets an indication whether the asynchronous operation has completed.
(Inherited from IAsyncResult.)

Assembly: QuickSilver_1 (Module: QuickSilver_1) Version: 1.0.0.0