MonobjcMonobjc Documented Class Library
ReturnValue Property
NamespacesMonobjc.AppKitNSResponder..::..NSResponderAsyncResultReturnValue
Gets the return value of the asynchronous call only if it has completed.
Declaration Syntax
C#Visual BasicVisual C++
public Object ReturnValue { get; }
Public ReadOnly Property ReturnValue As Object
	Get
public:
property Object^ ReturnValue {
	Object^ get ();
}
Value
The return value.
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)