ExecuteBatchResultSet Class

Relativity Services API
Describes the results of the operation passed to the ExecuteBatch method call.
Inheritance Hierarchy

System.Object
  kCura.Relativity.Client.ExecuteBatchResultSet

Namespace:  kCura.Relativity.Client
Assembly:  kCura.Relativity.Client (in kCura.Relativity.Client.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax

public class ExecuteBatchResultSet

The ExecuteBatchResultSet type exposes the following members.

Constructors

  NameDescription
Public methodExecuteBatchResultSet
Initializes a new instance of the ExecuteBatchResultSet class
Top
Properties

  NameDescription
Public propertyMessage
Gets a message which contains the error information if the operation failed.
Public propertyResultSets
Provides the list of ResultSet objects from individual methods calls made with ExecuteBatch.
Public propertySuccess
Indicates the status of the overall set of operations. Value set to True when the request succeeds.
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks

On the ExecuteBatchResultSet object, the Success property indicates the overall status of the request, while the Status of individual method calls is in the ResultSets collection.
See Also

Reference