C# 클래스 Encog.Util.Concurrency.TaskGroup

파일 보기 프로젝트 열기: encog/encog-silverlight-core 1 사용 예제들

공개 메소드들

메소드 설명
TaskGroup ( int id ) : System.Threading

Create a task group with the specified id.

TaskStarting ( ) : void

Notify that a task is starting.

TaskStopping ( ) : void

Notify that a task is stopping.

WaitForComplete ( ) : void

Wait for all tasks to complete in this group.

메소드 상세

TaskGroup() 공개 메소드

Create a task group with the specified id.
public TaskGroup ( int id ) : System.Threading
id int The ID of the task group.
리턴 System.Threading

TaskStarting() 공개 메소드

Notify that a task is starting.
public TaskStarting ( ) : void
리턴 void

TaskStopping() 공개 메소드

Notify that a task is stopping.
public TaskStopping ( ) : void
리턴 void

WaitForComplete() 공개 메소드

Wait for all tasks to complete in this group.
public WaitForComplete ( ) : void
리턴 void