C# 클래스 NuGetGallery.Worker.Jobs.WorkerJob

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

공개 메소드들

메소드 설명
ExecuteTask ( OpsTask task ) : void
Initialize ( Settings settings ) : void
RunOnce ( ) : void

보호된 메소드들

메소드 설명
WorkerJob ( ) : System

메소드 상세

ExecuteTask() 공개 메소드

public ExecuteTask ( OpsTask task ) : void
task NuGetGallery.Operations.OpsTask
리턴 void

Initialize() 공개 메소드

public Initialize ( Settings settings ) : void
settings Settings
리턴 void

RunOnce() 공개 추상적인 메소드

public abstract RunOnce ( ) : void
리턴 void

WorkerJob() 보호된 메소드

protected WorkerJob ( ) : System
리턴 System