INSetTaskAttributeIntentHandling_Extensions.Confirm 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
开发人员可以实施此方法来确认本地和远程资源是否已准备好更新属性。
public static void Confirm (this Intents.IINSetTaskAttributeIntentHandling This, Intents.INSetTaskAttributeIntent intent, Action<Intents.INSetTaskAttributeIntentResponse> completion);
static member Confirm : Intents.IINSetTaskAttributeIntentHandling * Intents.INSetTaskAttributeIntent * Action<Intents.INSetTaskAttributeIntentResponse> -> unit
参数
此方法在其上运行的实例。
- intent
- INSetTaskAttributeIntent
指定用户的意图。
- completion
- Action<INSetTaskAttributeIntentResponse>
必须由替代调用的完成方法。