MonobjcMonobjc Documented Class Library
AsyncState Property
NamespacesMonobjc.AppKitNSResponder..::..NSResponderAsyncResultAsyncState
Gets a user-defined object that qualifies or contains information about an asynchronous operation.
Declaration Syntax
C#Visual BasicVisual C++
public Object AsyncState { get; set; }
Public Property AsyncState As Object
	Get
	Set
public:
virtual property Object^ AsyncState {
	Object^ get () sealed;
	void set (Object^ value) sealed;
}
Return Value
A user-defined object that qualifies or contains information about an asynchronous operation.
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)