IProcessingDataSourceManager.SaveAsync Method

Relativity Processing Services
Saves a processing data source. Returns the artifact id of the new datasource (on new and update)

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

Task<int> SaveAsync(
	ProcessingDataSource processingDataSource,
	int workspaceArtifactId
)

Parameters

processingDataSource
Type: Relativity.Processing.Services.ProcessingDataSource
The datasource to be saved
workspaceArtifactId
Type: System.Int32
The workspace artifact Id where this processing data source lives

Return Value

Type: Task<Int32>
See Also

Reference