MonobjcMonobjc Documented Class Library
EndInvoke Method (result)
NamespacesMonobjc.AppKitNSResponderEndInvoke(IAsyncResult)

Waits until the process started by calling BeginInvoke(Delegate, array<Object>[]()[][]) completes, and then returns the value generated by the process.

NB: Assumption is made that Objective-C controls have been created on the Main Thread.

Declaration Syntax
C#Visual BasicVisual C++
public Object EndInvoke(
	IAsyncResult result
)
Public Function EndInvoke ( _
	result As IAsyncResult _
) As Object
public:
virtual Object^ EndInvoke(
	IAsyncResult^ result
) sealed
Parameters
result (IAsyncResult)
An IAsyncResult interface that represents the asynchronous operation started by calling BeginInvoke(Delegate, array<Object>[]()[][]).
Return Value
An Object that represents the return value generated by the 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)