MonobjcMonobjc Documented Class Library
AsyncWaitHandle Property
NamespacesMonobjc.AppKitNSResponder..::..NSResponderAsyncResultAsyncWaitHandle
Gets a WaitHandle that is used to wait for an asynchronous operation to complete.
Declaration Syntax
C#Visual BasicVisual C++
public WaitHandle AsyncWaitHandle { get; }
Public ReadOnly Property AsyncWaitHandle As WaitHandle
	Get
public:
virtual property WaitHandle^ AsyncWaitHandle {
	WaitHandle^ get () sealed;
}
Return Value
A WaitHandle that is used to wait for an asynchronous operation to complete.
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)