MonobjcMonobjc Documented Class Library
NSResponder..::..NSResponderAsyncResult Class
NamespacesMonobjc.AppKitNSResponderNSResponder..::..NSResponderAsyncResult
An implementation of IAsyncResult for NSResponder..::..NSResponderThreadInvoker. The two classes are paired to manage the synchronous/asynchronous call.
Declaration Syntax
C#Visual BasicVisual C++
public class NSResponderAsyncResult : IAsyncResult
Public Class NSResponderAsyncResult _
	Implements IAsyncResult
public ref class NSResponderAsyncResult : IAsyncResult
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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)
Determines whether the specified Object is equal to the current 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()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
NSResponder..::..NSResponderAsyncResult
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)