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

AF SDK Reference

AFProgressEventArgs.OperationsCompleted Property

  • Last UpdatedNov 18, 2025
  • 1 minute read
AFProgressEventArgs.OperationsCompleted Property
Gets the number of operations completed.

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

Syntax

public int OperationsCompleted { get; set; }
Public Property OperationsCompleted As Integer
	Get
	Set

Dim instance As AFProgressEventArgs
Dim value As Integer

value = instance.OperationsCompleted

instance.OperationsCompleted = value
public:
property int OperationsCompleted {
	int get ();
	void set (int value);
}
member OperationsCompleted : int with get, set

Property Value

Type: Int32
Returns the number of operations completed.

Version Information

AFSDK


See Also

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