INCancelRideIntentHandling_Extensions.Confirm Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static void Confirm (this Intents.IINCancelRideIntentHandling This, Intents.INCancelRideIntent intent, Action<Intents.INCancelRideIntentResponse> completion);
static member Confirm : Intents.IINCancelRideIntentHandling * Intents.INCancelRideIntent * Action<Intents.INCancelRideIntentResponse> -> unit
Parameters
The instance on which this method operates.
- intent
- INCancelRideIntent
Specifies the user's intention.
- completion
- Action<INCancelRideIntentResponse>
Completion method that must be called by the override.