Share via


INSetTaskAttributeIntentHandling_Extensions Class

Definition

Extension methods to the IINSetTaskAttributeIntentHandling interface to support all the methods from the INSetTaskAttributeIntentHandling protocol.

public static class INSetTaskAttributeIntentHandling_Extensions
type INSetTaskAttributeIntentHandling_Extensions = class
Inheritance
INSetTaskAttributeIntentHandling_Extensions

Remarks

The extension methods for IINSetTaskAttributeIntentHandling interface allow developers to treat instances of the interface as having all the optional methods of the original INSetTaskAttributeIntentHandling protocol. Since the interface only contains the required members, these extension methods allow developers to call the optional members of the protocol.

Methods

Name Description
Confirm(IINSetTaskAttributeIntentHandling, INSetTaskAttributeIntent, Action<INSetTaskAttributeIntentResponse>)

Developers may implement this method to confirm whether local and remote resources are ready to update the attributes.

ResolvePriority(IINSetTaskAttributeIntentHandling, INSetTaskAttributeIntent, Action<INTaskPriorityResolutionResult>)
ResolveSpatialEventTrigger(IINSetTaskAttributeIntentHandling, INSetTaskAttributeIntent, Action<INSpatialEventTriggerResolutionResult>)

Developers may implement this method to customize the resolution of a spatial event trigger.

ResolveStatus(IINSetTaskAttributeIntentHandling, INSetTaskAttributeIntent, Action<INTaskStatusResolutionResult>)

Developers may implement this method to customize the resolution of the task status.

ResolveTargetTask(IINSetTaskAttributeIntentHandling, INSetTaskAttributeIntent, Action<INTaskResolutionResult>)

Developers may implement this method to customize resolution of the task to update.

ResolveTaskTitle(IINSetTaskAttributeIntentHandling, INSetTaskAttributeIntent, Action<INSpeakableStringResolutionResult>)
ResolveTemporalEventTrigger(IINSetTaskAttributeIntentHandling, INSetTaskAttributeIntent, Action<INSetTaskAttributeTemporalEventTriggerResolutionResult>)
ResolveTemporalEventTrigger(IINSetTaskAttributeIntentHandling, INSetTaskAttributeIntent, Action<INTemporalEventTriggerResolutionResult>)

Developers may implement this method to customise resolution of the temporal trigger.

Applies to