Condividi tramite


ResultOperatorHandler.CallWithPossibleCancellationToken Metodo

Definizione

Chiamare un operatore client con un token di annullamento.

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

Parametri

methodInfo
MethodInfo

Metodo da chiamare.

arguments
Expression[]

Elenco di parametri a lunghezza variabile contenente argomenti.

Restituisce

Espressione di chiamata al metodo.

Si applica a