PIIdentity.CheckIn Method
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
This method checks in (commits) all the changes to the object by saving the information to PI Data Archive.
Namespace: OSIsoft.AF.PI
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public void CheckIn()
Public Sub CheckIn Dim instance As PIIdentity instance.CheckIn()
public: void CheckIn()
member CheckIn : unit -> unit