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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework