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
Afficher le fichier Open project: Monobjc/monobjc

Méthodes publiques

Méthode Description
NSResponderAsyncResult ( NSResponderThreadInvoker invoker ) : System

Initializes a new instance of the NSResponderAsyncResult class.

Method Details

NSResponderAsyncResult() public méthode

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