AFCheckOutInfo.IsCheckedOutThisThread Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
The property indicates that the object was checked out by the current thread during the execution
session of the application.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public bool IsCheckedOutThisThread { get; }
Public ReadOnly Property IsCheckedOutThisThread As Boolean Get Dim instance As AFCheckOutInfo Dim value As Boolean value = instance.IsCheckedOutThisThread
public: property bool IsCheckedOutThisThread { bool get (); }
member IsCheckedOutThisThread : bool with get
Property Value
Type: BooleanReturns if the object was checked out by the current thread during the execution session of the application.
Remarks
If the current thread of the application checks out an object during the current execution session, this
flag will be set to . This flag is only for the current session. If the application
stops execution and then starts again, this flag will be .