C# 클래스 Node.net.EventManager

파일 보기 프로젝트 열기: WindowsTermKit/TermKit

공개 메소드들

메소드 설명
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