MonobjcMonobjc Documented Class Library
CompletedSynchronously Property
NamespacesMonobjc.AppKitNSResponder..::..NSResponderAsyncResultCompletedSynchronously
Gets an indication of whether the asynchronous operation completed synchronously.
Declaration Syntax
C#Visual BasicVisual C++
public bool CompletedSynchronously { get; set; }
Public Property CompletedSynchronously As Boolean
	Get
	Set
public:
virtual property bool CompletedSynchronously {
	bool get () sealed;
	void set (bool value) sealed;
}
Return Value
true if the asynchronous operation completed synchronously; otherwise, false.
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)