StepResult Class
Namespace: Microsoft.Hpc.Diagnostics.Helpers
Assembly: Microsoft.Hpc.Diagnostics.Helpers (in Microsoft.Hpc.Diagnostics.Helpers.dll)
This class corresponds to the StepResult element in the Diagnostic Test Step Result XML schema.
The following properties apply only to the PreStep stage of a diagnostic test, and you should not set them for the RunStep or PostStep stages:
The following properties apply only to the RunStep and PostStep stages of a diagnostic test, and you should not set them for the PreStep stage:
You should also call the following methods only for the RunStep and PostStep stages of a diagnostic test, and you should not call them for the PreStep stage:
The FailedNodes property applies only to the PostStep stages of a diagnostic test, and you should not set it for the PreStep and RunStep stages.
When properties represent a list of objects, you should only create objects for the stages for which you set the corresponding property, and you should not create objects for the stages for which you do not set the corresponding property. For example, the BulletPoints property is a list of Information objects. You should set the BulletPoints property only for the RunStep and PostStep stages of a test, and not for the PreStep stage. So, you should also create Information objects only for the RunStep and PostStep stages, and not for the PreStep stage. This direction applies recursively when the objects in the list have properties that are lists of objects.
Development Platforms
Windows XP, Windows Vista, Windows 7, Windows 8, Windows Server 2003, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012Target Platforms
Windows Server 2008 R2, Windows Server 2012
Build Date: