C# 클래스 SenseNet.Utilities.ExecutionTesting.Job

파일 보기 프로젝트 열기: maxpavlov/FlexNet 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ExecuteActionWithTimer void
HandleException void

공개 메소드들

메소드 설명
Execute ( ) : void
Job ( string name, TextWriter output ) : System
WriteLine ( string message ) : void

비공개 메소드들

메소드 설명
ExecuteActionWithTimer ( Stopwatch stopwatch ) : void
HandleException ( Exception e ) : void

메소드 상세

Execute() 공개 메소드

public Execute ( ) : void
리턴 void

Job() 공개 메소드

public Job ( string name, TextWriter output ) : System
name string
output System.IO.TextWriter
리턴 System

WriteLine() 공개 메소드

public WriteLine ( string message ) : void
message string
리턴 void