Click or drag to resize

JsonExportAddAsync Method (IEnumerableIObjectSummary, Int32)

Adds all objects by calling AddAsync(IObjectSummary, Int32) for each object

Namespace:  Koopman.CheckPoint.Common
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
public Task AddAsync(
	IEnumerable<IObjectSummary> objs,
	int maxDepth = 2147483647
)
Request Example View Source

Parameters

objs
Type: System.Collections.GenericIEnumerableIObjectSummary
The objects.
maxDepth (Optional)
Type: SystemInt32
The maximum depth of finding related objects. A value of 0 or less will just add this object and no related objects.

Return Value

Type: Task
A task that represents the asynchronous operation.
See Also