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

AF SDK Reference

AFProgressEventArgs Constructor (AFProgressStatus, AFIdentity, Guid, String)

AFProgressEventArgs Constructor (AFProgressStatus, AFIdentity, Guid, String)

  • Last UpdatedNov 18, 2025
  • 2 minute read
AFProgressEventArgs Constructor (AFProgressStatus, AFIdentity, Guid, String)
Initializes a new instance of the AFProgressEventArgs class.

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

Syntax

public AFProgressEventArgs(
	AFProgressStatus status,
	AFIdentity identity,
	Guid id,
	string statusText
)
Public Sub New ( 
	status As AFProgressStatus,
	identity As AFIdentity,
	id As Guid,
	statusText As String
)

Dim status As AFProgressStatus
Dim identity As AFIdentity
Dim id As Guid
Dim statusText As String

Dim instance As New AFProgressEventArgs(status, 
	identity, id, statusText)
public:
AFProgressEventArgs(
	AFProgressStatus status, 
	AFIdentity identity, 
	Guid id, 
	String^ statusText
)
new : 
        status : AFProgressStatus * 
        identity : AFIdentity * 
        id : Guid * 
        statusText : string -> AFProgressEventArgs

Parameters

status
Type: OSIsoft.AFAFProgressStatus
The current status of the operation progress.
identity
Type: OSIsoft.AFAFIdentity
The Identity of the object that is being operated on.
id
Type: SystemGuid
The ID of the object that is being operated on.
statusText
Type: SystemString
Text that indicates the current operation progress.

Version Information

AFSDK


See Also

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