Click or drag to resize

ResourceManagementClient.SaveResourcesParallel Method (IEnumerable<ResourceObject>)

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
)

Parameters

resources
Type: System.Collections.Generic.IEnumerable<ResourceObject>
The resources to save
Remarks
This method will reorder the operations to perform creates first, followed by updates and finally deletes
See Also