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

AF SDK Reference

AFCheckOutInfo.IsCheckedOutThisThread Property

  • Last UpdatedNov 18, 2025
  • 2 minute read
AFCheckOutInfo.IsCheckedOutThisThread Property
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: Boolean
Returns 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 .

Version Information

AFSDK


See Also

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