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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Entity Framework