C# 클래스 Builderdash.Jobber

파일 보기 프로젝트 열기: gdau/Builderdash

공개 메소드들

메소드 설명
CompleteCount ( ) : int
GetJob ( System.Guid jobId ) : Job
JobCount ( ) : int
Queue ( Action action ) : Job
RunningCount ( ) : int
UncompleteCount ( ) : int

메소드 상세

CompleteCount() 공개 메소드

public CompleteCount ( ) : int
리턴 int

GetJob() 공개 메소드

public GetJob ( System.Guid jobId ) : Job
jobId System.Guid
리턴 Job

JobCount() 공개 메소드

public JobCount ( ) : int
리턴 int

Queue() 공개 메소드

public Queue ( Action action ) : Job
action Action
리턴 Job

RunningCount() 공개 메소드

public RunningCount ( ) : int
리턴 int

UncompleteCount() 공개 메소드

public UncompleteCount ( ) : int
리턴 int