Creates the batches for the given Batch Set.
Namespace: kCura.Relativity.Client.Repositories
Assembly: kCura.Relativity.Client (in kCura.Relativity.Client.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
public ProcessOperationResult CreateBatchesAsync( BatchSet batchSet, bool monitorProcess = true )
Parameters
- batchSet
- Type: kCura.Relativity.Client.DTOs.BatchSet
The Batch Set to run the creation process on. - monitorProcess (Optional)
- Type: System.Boolean
Specifies whether the running process should be monitored.
Return Value
Type: ProcessOperationResultProcessOperationResult indicating the result of calling the process.
See Also