PISystem.ApplyChanges Method
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
This method applies (saves) the changes to modified objects and makes those changes
available to other applications executing under the same user account.
Overload List
| Name | Description | |
|---|---|---|
| ApplyChanges |
This method applies (saves) all the changes to objects modified at the system level by the current user and
makes those changes available to other applications executing under the same user account.
| |
| ApplyChanges(AFCheckedOutMode) |
This method applies (saves) all the changes to objects modified at the system level according
to the specified AFCheckedOutMode and makes those changes available to other
applications executing under the same user account.
| |
| ApplyChanges(IListIAFTransactable) |
This method applies (saves) the changes to the specified modified objects and makes
those changes available to other objects.
|