PITimeoutException.Operation Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
The operation that caused the timeout.
Namespace: OSIsoft.AF.PI
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public string Operation { get; }
Public ReadOnly Property Operation As String Get Dim instance As PITimeoutException Dim value As String value = instance.Operation
public: property String^ Operation { String^ get (); }
member Operation : string with get
Property Value
Type: StringReturns the operation name that caused the timeout.