Click or drag to resize
GenericDimensionApplyPatchesAsync Method (AsyncHandle, 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(
	AsyncHandle asyncHandle,
	IEnumerable<NxPatch> patches
)

Parameters

asyncHandle
Type: Qlik.EngineAsyncHandle
Handle to asynchronous method request
patches
Type: System.Collections.GenericIEnumerableNxPatch
Array of patches.

Return Value

Type: Task

Implements

IGenericDimensionApplyPatchesAsync(AsyncHandle, IEnumerableNxPatch)
See Also