An implementation of IAsyncResult for NSResponder..::..NSResponderThreadInvoker.
The two classes are paired to manage the synchronous/asynchronous call.
| C# | Visual Basic | Visual C++ |
public class NSResponderAsyncResult : IAsyncResult
Public Class NSResponderAsyncResult _ Implements IAsyncResult
public ref class NSResponderAsyncResult : IAsyncResult
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| NSResponder..::..NSResponderAsyncResult(NSResponder..::..NSResponderThreadInvoker) |
Initializes a new instance of the NSResponder..::..NSResponderAsyncResult class.
| |
| AsyncState |
Gets a user-defined object that qualifies or contains information about an asynchronous operation.
| |
| AsyncWaitHandle |
Gets a WaitHandle that is used to wait for an asynchronous operation to complete.
| |
| CompletedSynchronously |
Gets an indication of whether the asynchronous operation completed synchronously.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Invoker |
Gets the invoker that owns this instance.
| |
| IsCompleted |
Gets an indication whether the asynchronous operation has completed.
| |
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ReturnValue |
Gets the return value of the asynchronous call only if it has completed.
| |
| ToString()()()() | (Inherited from Object.) |
| Object | |
| NSResponder..::..NSResponderAsyncResult | |
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)