Click or drag to resize
GenericBookmarkApplyPatchesAsync Method (IEnumerableNxPatch)

Applies a patch to the properties of an object. Allows an update to some of the properties.

Applying a patch takes less time than resetting all the properties. 

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public Task ApplyPatchesAsync(
	IEnumerable<NxPatch> patches
)

Parameters

patches
Type: System.Collections.GenericIEnumerableNxPatch
Array of patches.

Return Value

Type: Task

Implements

IGenericBookmarkApplyPatchesAsync(IEnumerableNxPatch)
See Also