ResultOperatorHandler.CallWithPossibleCancellationToken Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Call a client operator that may have a cancellation token.
public static System.Linq.Expressions.Expression CallWithPossibleCancellationToken (System.Reflection.MethodInfo methodInfo, params System.Linq.Expressions.Expression[] arguments);
static member CallWithPossibleCancellationToken : System.Reflection.MethodInfo * System.Linq.Expressions.Expression[] -> System.Linq.Expressions.Expression
Public Shared Function CallWithPossibleCancellationToken (methodInfo As MethodInfo, ParamArray arguments As Expression()) As Expression
Parameters
- methodInfo
- MethodInfo
The method to call.
- arguments
- Expression[]
A variable-length parameters list containing arguments.
Returns
A method call expression.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework