NuGet.Services.Work.InvocationResult.InvocationResult C# (CSharp) Method

InvocationResult() private method

private InvocationResult ( ExecutionResult result ) : System
result ExecutionResult
return 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