DeleteProcessStateProgress Constructor (Int32, Int32)

Relativity Services API
Initializes a new instance of the DeleteProcessStateProgress class with the total operations and operations completed counts.

Namespace:  Relativity.Services.Objects.DataContracts
Assembly:  Relativity.Services.Interfaces (in Relativity.Services.Interfaces.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax

public DeleteProcessStateProgress(
	int totalOperations,
	int operationsCompleted
)

Parameters

totalOperations
Type: System.Int32
The total operations count.
operationsCompleted
Type: System.Int32
The operations completed count.
See Also

Reference