Freigeben über


ResultOperatorHandler.CallWithPossibleCancellationToken Methode

Definition

Rufen Sie einen Clientoperator auf, der möglicherweise über ein Abbruchtoken verfügt.

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

Parameter

methodInfo
MethodInfo

Die aufzurufende Methode.

arguments
Expression[]

Eine Parameterliste mit variabler Länge, die Argumente enthält.

Gibt zurück

Ein Methodenaufrufausdruck.

Gilt für: