C# 클래스 NanoByte.Common.Tasks.SimplePercentTask

상속: TaskBase
파일 보기 프로젝트 열기: nano-byte/common

공개 메소드들

메소드 설명
SimplePercentTask ( [ name, [ work, [ cancellationCallback = null ) : System

Creates a new simple task.

보호된 메소드들

메소드 설명
Execute ( ) : void

메소드 상세

Execute() 보호된 메소드

protected Execute ( ) : void
리턴 void

SimplePercentTask() 공개 메소드

Creates a new simple task.
public SimplePercentTask ( [ name, [ work, [ cancellationCallback = null ) : System
name [ A name describing the task in human-readable form.
work [ The code to be executed by the task. Is given a callback to report progress in percent. May throw , or .
cancellationCallback [ A callback to be called when cancellation is requested via a .
리턴 System