Click or drag to resize

ResourceManagementClientSaveResourcesParallel Method (IEnumerableResourceObject, Int32)

Saves the specified resources in the resource management service. Each update is performed on its own thread

Namespace:  Lithnet.ResourceManagement.Client
Assembly:  Lithnet.ResourceManagement.Client (in Lithnet.ResourceManagement.Client.dll) Version: 1.0.6435.24467
Syntax
public void SaveResourcesParallel(
	IEnumerable<ResourceObject> resources,
	int maxDegreeOfParallelism
)

Parameters

resources
Type: System.Collections.GenericIEnumerableResourceObject
The resources to save
maxDegreeOfParallelism
Type: SystemInt32
The maximum number of threads to use for the operation
Remarks
This method will reorder the operations to perform creates first, followed by updates and finally deletes
See Also