PIConnectionInfo.OperationTimeOut Property
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
Read/write property that is the timeout used to perform operations on the PIServer.
Namespace: OSIsoft.AF.PI
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public TimeSpan OperationTimeOut { get; set; }
Public Property OperationTimeOut As TimeSpan Get Set Dim instance As PIConnectionInfo Dim value As TimeSpan value = instance.OperationTimeOut instance.OperationTimeOut = value
public: property TimeSpan OperationTimeOut { TimeSpan get (); void set (TimeSpan value); }
member OperationTimeOut : TimeSpan with get, set
Property Value
Type: TimeSpanThe timeout used to perform operations on the PIServer.
Remarks
The minimum value is 1 second.