Support.Canceled Property
Applies To: Windows 8.1
A Boolean value that indicates whether the solution has requested that the assessment stop its operation.
Namespace: Microsoft.Assessments.Runtime
Assembly: Microsoft.Assessments.Core (in Microsoft.Assessments.Core.dll)
Usage
'Usage
Dim instance As Support
Dim value As Boolean
value = instance.Canceled
Syntax
'Declaration
Public ReadOnly Property Canceled As Boolean
public bool Canceled { get; }
public:
property bool Canceled {
bool get ();
}
/** @property */
public boolean get_Canceled ()
public function get Canceled () : boolean
Property Value
Returns Boolean.
Remarks
Do not poll this property to find out whether an assessment has been cancelled. Instead, an assessment will perform better if it waits on a cancel event created by the AXE engine. This event is signaled by the engine when the request is received from the solution application.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows 8.1
See Also
Reference
Support Class
Support Members
Microsoft.Assessments.Runtime Namespace