[Missing <summary> documentation for T:QS.CMS.Base3.IAsynchronousCall`1]

C# | Visual Basic | Managed C++ |
public interface IAsynchronousCall<C> : IAsyncResult
Public Interface IAsynchronousCall(Of C) _ Implements IAsyncResult
generic<typename C> public interface class IAsynchronousCall : IAsyncResult

- C

All Members | Constructors | Methods | Properties | Fields | Events |
Icon | Member | Description |
---|---|---|
![]() | 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.) |
![]() | CompletedSynchronously | Gets an indication of whether the asynchronous operation completed synchronously. (Inherited from IAsyncResult.) |
![]() | IsCompleted | Gets an indication whether the asynchronous operation has completed. (Inherited from IAsyncResult.) |
![]() | OperationResult |