Szerkesztés

Megosztás a következőn keresztül:


INTransferMoneyIntentHandling_Extensions.ResolveToAccount Method

Definition

Developers may implement this method to customize resolution of the account that will receive the transfer.

public static void ResolveToAccount (this Intents.IINTransferMoneyIntentHandling This, Intents.INTransferMoneyIntent intent, Action<Intents.INPaymentAccountResolutionResult> completion);
static member ResolveToAccount : Intents.IINTransferMoneyIntentHandling * Intents.INTransferMoneyIntent * Action<Intents.INPaymentAccountResolutionResult> -> unit

Parameters

This
IINTransferMoneyIntentHandling

The instance on which this method operates.

intent
INTransferMoneyIntent

Specifies the user's intention.

completion
Action<INPaymentAccountResolutionResult>

Completion method that must be called by the override.

Applies to