Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AF SDK Reference

AFSecurityMapping.CheckIn Method

  • Last UpdatedNov 18, 2025
  • 2 minute read
AFSecurityMapping.CheckIn Method
This method checks in (commits) all the changes to the object by saving the information to persistent storage.

Namespace:  OSIsoft.AF
Assembly:  OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182

Syntax

public void CheckIn()
Public Sub CheckIn

Dim instance As AFSecurityMapping

instance.CheckIn()
public:
virtual void CheckIn() sealed
abstract CheckIn : unit -> unit 
override CheckIn : unit -> unit 

Implements

IAFTransactableCheckIn

Events

Event TypeReason
IAFChangedEventChanged This event will be raised for each object updated by this method call.

Remarks

Before an object's configuration can be modified, it must be locked by checking it out for modifications by calling the CheckOut method. After making changes, the modifications are saved by calling the ApplyChanges method or this method. All changes to the object are saved to persistent storage by calling this method. Since changes are not automatically saved, any changes since checking out this object are lost if the AFDatabase object is deleted. Changes can also be undone by calling the UndoCheckOut(Boolean) method.

Examples

For an example of various methods of using ApplyChanges and CheckIn, see the CheckIn Example.

Version Information

AFSDK

Supported in: 3.1.1, 3.1.0, 3.0.2, 3.0.1, 3.0.0, 2.10.11, 2.10.5, 2.10.0, 2.10, 2.9.5, 2.9, 2.8.5, 2.8, 2.7.5, 2.7

See Also

In This Topic
TitleResults for “How to create a CRG?”Also Available in