C# 클래스 Batman.Core.Tasks.TaskManager

Task manager
파일 보기 프로젝트 열기: JaCraig/Batman 1 사용 예제들

공개 메소드들

메소드 설명
Run ( RunTime TimeToRun ) : void

Runs the tasks associated with the run time specified

TaskManager ( ) : System

Constructor

ToString ( ) : string

Returns a System.String that represents this instance.

메소드 상세

Run() 공개 메소드

Runs the tasks associated with the run time specified
public Run ( RunTime TimeToRun ) : void
TimeToRun RunTime Time to run
리턴 void

TaskManager() 공개 메소드

Constructor
public TaskManager ( ) : System
리턴 System

ToString() 공개 메소드

Returns a System.String that represents this instance.
public ToString ( ) : string
리턴 string