Share via


ResultCollection Class

The collection of Result objects containing the results for each input row.

Inheritance Hierarchy

System.Object
  System.Collections.Generic.List<Result>
    Microsoft.Office.Excel.Server.Addins.ComputeCluster.ResultCollection

Namespace:  Microsoft.Office.Excel.Server.Addins.ComputeCluster
Assembly:  Microsoft.Office.Excel.Server.Addins.ComputeCluster (in Microsoft.Office.Excel.Server.Addins.ComputeCluster.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class ResultCollection _
    Inherits List(Of Result) _
    Implements IXmlSerializable
'Usage
Dim instance As ResultCollection
[SerializableAttribute]
public class ResultCollection : List<Result>, 
    IXmlSerializable

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.

See Also

Reference

ResultCollection Members

Microsoft.Office.Excel.Server.Addins.ComputeCluster Namespace