AFProgressEventArgs Constructor (AFProgressStatus, AFIdentity, Guid, String)
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
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.