C# Class Monobjc.AppKit.NSResponder.NSResponderAsyncResult

An implementation of IAsyncResult for NSResponderThreadInvoker. The two classes are paired to manage the synchronous/asynchronous call.
Inheritance: IAsyncResult
Mostrar archivo Open project: Monobjc/monobjc

Public Methods

Method Description
NSResponderAsyncResult ( NSResponderThreadInvoker invoker ) : System

Initializes a new instance of the NSResponderAsyncResult class.

Method Details

NSResponderAsyncResult() public method

Initializes a new instance of the NSResponderAsyncResult class.
public NSResponderAsyncResult ( NSResponderThreadInvoker invoker ) : System
invoker NSResponderThreadInvoker The invoker.
return System