C# Класс Node.net.EventManager

Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

Add() публичный статический Метод

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
Результат void

IsFinished() публичный статический Метод

Returns whether the application can now exit.
public static IsFinished ( ) : bool
Результат bool

Remove() публичный статический Метод

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
Результат void