NuGet.Services.Work.InvocationResult.InvocationResult C# (CSharp) 메소드

InvocationResult() 개인적인 메소드

private InvocationResult ( ExecutionResult result ) : System
result ExecutionResult
리턴 System
        internal InvocationResult(ExecutionResult result) : this(result, null, null, null) { }
        internal InvocationResult(ExecutionResult result, TimeSpan rescheduleIn) : this(result, rescheduleIn, null, null) { }

Same methods

InvocationResult::InvocationResult ( ExecutionResult result, Exception exception ) : System
InvocationResult::InvocationResult ( ExecutionResult result, Exception exception, System.TimeSpan rescheduleIn ) : System
InvocationResult::InvocationResult ( ExecutionResult result, JobContinuation continuation ) : System
InvocationResult::InvocationResult ( ExecutionResult result, System.TimeSpan rescheduleIn ) : System
InvocationResult::InvocationResult ( ExecutionResult result, System.TimeSpan rescheduleIn, JobContinuation continuation, Exception exception ) : System