C# 클래스 PerseusApi.Generic.ProcessInfo

파일 보기 프로젝트 열기: JurgenCox/perseus-plugins 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
threadDistributors List

공개 메소드들

메소드 설명
Abort ( ) : void
ClearRegisteredThreads ( ) : void
ProcessInfo ( Settings settings, Action status, Action progress, int numThreads, Action reduceThreads ) : System
RegisterThread ( Thread t ) : void

메소드 상세

Abort() 공개 메소드

public Abort ( ) : void
리턴 void

ClearRegisteredThreads() 공개 메소드

public ClearRegisteredThreads ( ) : void
리턴 void

ProcessInfo() 공개 메소드

public ProcessInfo ( Settings settings, Action status, Action progress, int numThreads, Action reduceThreads ) : System
settings Settings
status Action
progress Action
numThreads int
reduceThreads Action
리턴 System

RegisterThread() 공개 메소드

public RegisterThread ( Thread t ) : void
t Thread
리턴 void

프로퍼티 상세

threadDistributors 공개적으로 프로퍼티

public List threadDistributors
리턴 List