JobResults.MarkAllToBeAnalyzed Method
Applies To: Windows 8.1
Sets the Boolean value of the to-be-analyzed indicators for all assessment results for the job.
Namespace: Microsoft.Assessments.Hosting
Assembly: Microsoft.Assessments.Core (in Microsoft.Assessments.Core.dll)
Usage
'Usage
Dim instance As JobResults
Dim analyze As Boolean
instance.MarkAllToBeAnalyzed(analyze)
Syntax
'Declaration
Public Sub MarkAllToBeAnalyzed ( _
analyze As Boolean _
)
public void MarkAllToBeAnalyzed (
bool analyze
)
public:
void MarkAllToBeAnalyzed (
bool analyze
)
public void MarkAllToBeAnalyzed (
boolean analyze
)
public function MarkAllToBeAnalyzed (
analyze : boolean
)
Parameters
- analyze
The indicator, in the form of a Boolean value.
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
JobResults Class
JobResults Members
Microsoft.Assessments.Hosting Namespace