次の方法で共有


INTransferMoneyIntentHandling_Extensions.Confirm メソッド

定義

開発者は、このメソッドを実装して、ローカル リソースとリモート リソースが転送を実行する準備ができているかどうかを確認できます。

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

パラメーター

This
IINTransferMoneyIntentHandling

このメソッドが動作するインスタンス。

intent
INTransferMoneyIntent

ユーザーの意図を指定します。

completion
Action<INTransferMoneyIntentResponse>

オーバーライドによって呼び出される必要がある Completion メソッド。

適用対象