共用方式為


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>

覆寫必須呼叫的完成方法。

適用於