ApplyPatchesAsync Method
Overloads
| ApplyPatchesAsync(IEnumerable<NxPatch>) |
Applies a patch to the properties of an object. Allows an update to some of the properties. It should not be possible to patch "/qInfo/qId", and it will be forbidden in the near future. |
|
| ApplyPatchesAsync(AsyncHandle, IEnumerable<NxPatch>) |
Applies a patch to the properties of an object. Allows an update to some of the properties. It should not be possible to patch "/qInfo/qId", and it will be forbidden in the near future. |
ApplyPatchesAsync(IEnumerable<NxPatch>)
Applies a patch to the properties of an object. Allows an update to some of the properties. It should not be possible to patch "/qInfo/qId",
and it will be forbidden in the near future.
Declaration
Task ApplyPatchesAsync([QixName("qPatches")] IEnumerable<NxPatch> patches)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Collections.Generic.IEnumerable<NxPatch> | patches |
Array of patches. |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |
Remarks
Applying a patch takes less time than resetting all the properties.
ApplyPatchesAsync(AsyncHandle, IEnumerable<NxPatch>)
Applies a patch to the properties of an object. Allows an update to some of the properties. It should not be possible to patch "/qInfo/qId",
and it will be forbidden in the near future.
Declaration
Task ApplyPatchesAsync(AsyncHandle asyncHandle, [QixName("qPatches")] IEnumerable<NxPatch> patches)
Parameters
| Type | Name | Description |
|---|---|---|
| AsyncHandle | asyncHandle |
Handle to asynchronous method request |
| System.Collections.Generic.IEnumerable<NxPatch> | patches |
Array of patches. |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |
Remarks
Applying a patch takes less time than resetting all the properties.