C# Class Node.net.EventManager

Afficher le fichier Open project: WindowsTermKit/TermKit

Méthodes publiques

Méthode Description
Add ( object @this ) : void

Adds an object to the list of objects currently performing asynchronous processing loops. The Node.net application will not exit until the list is empty.

IsFinished ( ) : bool

Returns whether the application can now exit.

Remove ( object @this ) : void

Removes an object from the list of objects performing asynchronous processing loops. The Node.net application will not exit until the list is empty.

Method Details

Add() public static méthode

Adds an object to the list of objects currently performing asynchronous processing loops. The Node.net application will not exit until the list is empty.
public static Add ( object @this ) : void
@this object
Résultat void

IsFinished() public static méthode

Returns whether the application can now exit.
public static IsFinished ( ) : bool
Résultat bool

Remove() public static méthode

Removes an object from the list of objects performing asynchronous processing loops. The Node.net application will not exit until the list is empty.
public static Remove ( object @this ) : void
@this object
Résultat void