C# 클래스 NuGet.Services.Work.InvocationResult

파일 보기 프로젝트 열기: NuGet/NuGet.Services.Work 1 사용 예제들

공개 메소드들

메소드 설명
Completed ( ) : InvocationResult
Completed ( System.TimeSpan rescheduleIn ) : InvocationResult
Faulted ( Exception ex ) : InvocationResult
Faulted ( Exception ex, System.TimeSpan rescheduleIn ) : InvocationResult
Suspended ( JobContinuation continuation ) : InvocationResult

비공개 메소드들

메소드 설명
ConsistencyCheck ( ) : void
InvocationResult ( ExecutionResult result ) : System
InvocationResult ( ExecutionResult result, Exception exception ) : System
InvocationResult ( ExecutionResult result, Exception exception, System.TimeSpan rescheduleIn ) : System
InvocationResult ( ExecutionResult result, JobContinuation continuation ) : System
InvocationResult ( ExecutionResult result, System.TimeSpan rescheduleIn ) : System
InvocationResult ( ExecutionResult result, System.TimeSpan rescheduleIn, JobContinuation continuation, Exception exception ) : System

메소드 상세

Completed() 공개 정적인 메소드

public static Completed ( ) : InvocationResult
리턴 InvocationResult

Completed() 공개 정적인 메소드

public static Completed ( System.TimeSpan rescheduleIn ) : InvocationResult
rescheduleIn System.TimeSpan
리턴 InvocationResult

Faulted() 공개 정적인 메소드

public static Faulted ( Exception ex ) : InvocationResult
ex System.Exception
리턴 InvocationResult

Faulted() 공개 정적인 메소드

public static Faulted ( Exception ex, System.TimeSpan rescheduleIn ) : InvocationResult
ex System.Exception
rescheduleIn System.TimeSpan
리턴 InvocationResult

Suspended() 공개 정적인 메소드

public static Suspended ( JobContinuation continuation ) : InvocationResult
continuation JobContinuation
리턴 InvocationResult