Solution.CreateResults Method

Applies To: Windows 8.1

Create a JobResults object from a result file.

Namespace: Microsoft.Assessments.Hosting
Assembly: Microsoft.Assessments.Core (in Microsoft.Assessments.Core.dll)

Usage

'Usage
Dim instance As Solution
Dim path As String
Dim returnValue As JobResults

returnValue = instance.CreateResults(path)

Syntax

'Declaration
Public Function CreateResults ( _
    path As String _
) As JobResults
public JobResults CreateResults (
    string path
)
public:
JobResults^ CreateResults (
    String^ path
)
public JobResults CreateResults (
    String path
)
public function CreateResults (
    path : String
) : JobResults

Parameters

  • path
    The path to the result file.

Return Value

Returns JobResults.

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

Solution Class
Solution Members
Microsoft.Assessments.Hosting Namespace