PISystem.CheckIn Method
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
This method checks in (commits) changes to modified objects by saving the object's
information to persistent storage.
Overload List
| Name | Description | |
|---|---|---|
| CheckIn |
This method checks in (commits) all the changes to all modified objects at the system level
by saving the object's information to persistent storage.
| |
| CheckIn(AFCheckedOutMode) |
This method checks in (commits) all the changes to all modified objects at the system level
by saving the object's information to persistent storage according to the specified
AFCheckedOutMode.
| |
| CheckIn(IListIAFTransactable) |
This method checks in (commits) the changes to the specified modified objects
by saving the object's information to persistent storage.
|