OperateResult<T1, T2>.Then 方法 |
名称 | 说明 | |
---|---|---|
![]() | Then<T>(Func<OperateResult<T>>) |
指定接下来要做的是内容,当前对象如果成功,就返回接下来的执行结果,如果失败,就返回当前对象本身。 (继承自 OperateResult。)Specify what you want to do next, return the result of the execution of the current object if it succeeds, and return the current object itself if it fails. |
![]() | Then<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>(Func<OperateResult<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>>) |
指定接下来要做的是内容,当前对象如果成功,就返回接下来的执行结果,如果失败,就返回当前对象本身。 (继承自 OperateResult。)Specify what you want to do next, return the result of the execution of the current object if it succeeds, and return the current object itself if it fails. |
![]() | Then<T1, T2>(Func<OperateResult<T1, T2>>) |
指定接下来要做的是内容,当前对象如果成功,就返回接下来的执行结果,如果失败,就返回当前对象本身。 (继承自 OperateResult。)Specify what you want to do next, return the result of the execution of the current object if it succeeds, and return the current object itself if it fails. |
![]() | Then<T1, T2, T3>(Func<OperateResult<T1, T2, T3>>) |
指定接下来要做的是内容,当前对象如果成功,就返回接下来的执行结果,如果失败,就返回当前对象本身。 (继承自 OperateResult。)Specify what you want to do next, return the result of the execution of the current object if it succeeds, and return the current object itself if it fails. |
![]() | Then<T1, T2, T3, T4>(Func<OperateResult<T1, T2, T3, T4>>) |
指定接下来要做的是内容,当前对象如果成功,就返回接下来的执行结果,如果失败,就返回当前对象本身。 (继承自 OperateResult。)Specify what you want to do next, return the result of the execution of the current object if it succeeds, and return the current object itself if it fails. |
![]() | Then<T1, T2, T3, T4, T5>(Func<OperateResult<T1, T2, T3, T4, T5>>) |
指定接下来要做的是内容,当前对象如果成功,就返回接下来的执行结果,如果失败,就返回当前对象本身。 (继承自 OperateResult。)Specify what you want to do next, return the result of the execution of the current object if it succeeds, and return the current object itself if it fails. |
![]() | Then<T1, T2, T3, T4, T5, T6>(Func<OperateResult<T1, T2, T3, T4, T5, T6>>) |
指定接下来要做的是内容,当前对象如果成功,就返回接下来的执行结果,如果失败,就返回当前对象本身。 (继承自 OperateResult。)Specify what you want to do next, return the result of the execution of the current object if it succeeds, and return the current object itself if it fails. |
![]() | Then<T1, T2, T3, T4, T5, T6, T7>(Func<OperateResult<T1, T2, T3, T4, T5, T6, T7>>) |
指定接下来要做的是内容,当前对象如果成功,就返回接下来的执行结果,如果失败,就返回当前对象本身。 (继承自 OperateResult。)Specify what you want to do next, return the result of the execution of the current object if it succeeds, and return the current object itself if it fails. |
![]() | Then<T1, T2, T3, T4, T5, T6, T7, T8>(Func<OperateResult<T1, T2, T3, T4, T5, T6, T7, T8>>) |
指定接下来要做的是内容,当前对象如果成功,就返回接下来的执行结果,如果失败,就返回当前对象本身。 (继承自 OperateResult。)Specify what you want to do next, return the result of the execution of the current object if it succeeds, and return the current object itself if it fails. |
![]() | Then<T1, T2, T3, T4, T5, T6, T7, T8, T9>(Func<OperateResult<T1, T2, T3, T4, T5, T6, T7, T8, T9>>) |
指定接下来要做的是内容,当前对象如果成功,就返回接下来的执行结果,如果失败,就返回当前对象本身。 (继承自 OperateResult。)Specify what you want to do next, return the result of the execution of the current object if it succeeds, and return the current object itself if it fails. |
![]() | Then(Func<OperateResult>) |
指定接下来要做的是内容,当前对象如果成功,就返回接下来的执行结果,如果失败,就返回当前对象本身。 (继承自 OperateResult。)Specify what you want to do next, return the result of the execution of the current object if it succeeds, and return the current object itself if it fails. |
![]() | Then<TResult>(Func<T1, T2, OperateResult<TResult>>) |
指定接下来要做的是内容,当前对象如果成功,就返回接下来的执行结果,如果失败,就返回当前对象本身。
|
![]() | Then<TResult1, TResult2, TResult3, TResult4, TResult5, TResult6, TResult7, TResult8, TResult9, TResult10>(Func<T1, T2, OperateResult<TResult1, TResult2, TResult3, TResult4, TResult5, TResult6, TResult7, TResult8, TResult9, TResult10>>) |
指定接下来要做的是内容,当前对象如果成功,就返回接下来的执行结果,如果失败,就返回当前对象本身。 Specify what you want to do next, return the result of the execution of the current object if it succeeds, and return the current object itself if it fails. |
![]() | Then<TResult1, TResult2>(Func<T1, T2, OperateResult<TResult1, TResult2>>) |
指定接下来要做的是内容,当前对象如果成功,就返回接下来的执行结果,如果失败,就返回当前对象本身。 Specify what you want to do next, return the result of the execution of the current object if it succeeds, and return the current object itself if it fails. |
![]() | Then<TResult1, TResult2, TResult3>(Func<T1, T2, OperateResult<TResult1, TResult2, TResult3>>) |
指定接下来要做的是内容,当前对象如果成功,就返回接下来的执行结果,如果失败,就返回当前对象本身。 Specify what you want to do next, return the result of the execution of the current object if it succeeds, and return the current object itself if it fails. |
![]() | Then<TResult1, TResult2, TResult3, TResult4>(Func<T1, T2, OperateResult<TResult1, TResult2, TResult3, TResult4>>) |
指定接下来要做的是内容,当前对象如果成功,就返回接下来的执行结果,如果失败,就返回当前对象本身。 Specify what you want to do next, return the result of the execution of the current object if it succeeds, and return the current object itself if it fails. |
![]() | Then<TResult1, TResult2, TResult3, TResult4, TResult5>(Func<T1, T2, OperateResult<TResult1, TResult2, TResult3, TResult4, TResult5>>) |
指定接下来要做的是内容,当前对象如果成功,就返回接下来的执行结果,如果失败,就返回当前对象本身。 Specify what you want to do next, return the result of the execution of the current object if it succeeds, and return the current object itself if it fails. |
![]() | Then<TResult1, TResult2, TResult3, TResult4, TResult5, TResult6>(Func<T1, T2, OperateResult<TResult1, TResult2, TResult3, TResult4, TResult5, TResult6>>) |
指定接下来要做的是内容,当前对象如果成功,就返回接下来的执行结果,如果失败,就返回当前对象本身。 Specify what you want to do next, return the result of the execution of the current object if it succeeds, and return the current object itself if it fails. |
![]() | Then<TResult1, TResult2, TResult3, TResult4, TResult5, TResult6, TResult7>(Func<T1, T2, OperateResult<TResult1, TResult2, TResult3, TResult4, TResult5, TResult6, TResult7>>) |
指定接下来要做的是内容,当前对象如果成功,就返回接下来的执行结果,如果失败,就返回当前对象本身。 Specify what you want to do next, return the result of the execution of the current object if it succeeds, and return the current object itself if it fails. |
![]() | Then<TResult1, TResult2, TResult3, TResult4, TResult5, TResult6, TResult7, TResult8>(Func<T1, T2, OperateResult<TResult1, TResult2, TResult3, TResult4, TResult5, TResult6, TResult7, TResult8>>) |
指定接下来要做的是内容,当前对象如果成功,就返回接下来的执行结果,如果失败,就返回当前对象本身。 Specify what you want to do next, return the result of the execution of the current object if it succeeds, and return the current object itself if it fails. |
![]() | Then<TResult1, TResult2, TResult3, TResult4, TResult5, TResult6, TResult7, TResult8, TResult9>(Func<T1, T2, OperateResult<TResult1, TResult2, TResult3, TResult4, TResult5, TResult6, TResult7, TResult8, TResult9>>) |
指定接下来要做的是内容,当前对象如果成功,就返回接下来的执行结果,如果失败,就返回当前对象本身。 Specify what you want to do next, return the result of the execution of the current object if it succeeds, and return the current object itself if it fails. |
![]() | Then(Func<T1, T2, OperateResult>) |
指定接下来要做的是内容,当前对象如果成功,就返回接下来的执行结果,如果失败,就返回当前对象本身。 Specify what you want to do next, return the result of the execution of the current object if it succeeds, and return the current object itself if it fails. |