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

AF SDK Reference

Product Family
Current publication
Table of Contents

AFDataReference.IsInitializing Property

AFDataReference.IsInitializing Property
Indicates that the AFDataReference is in the process of being initialized.

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

Syntax

public bool IsInitializing { get; }
Public ReadOnly Property IsInitializing As Boolean
	Get

Dim instance As AFDataReference
Dim value As Boolean

value = instance.IsInitializing
public:
property bool IsInitializing {
	bool get ();
}
member IsInitializing : bool with get

Property Value

Type: Boolean
If , the AFDataReference is in the process of being initialized during loading.

Version Information

AFSDK


See Also

Was this topic helpful?