PICollectiveMember.OperationTimeOut Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
This property that is the timeout used to perform operations on the PICollectiveMember.
Namespace: OSIsoft.AF.PI
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public TimeSpan OperationTimeOut { get; set; }
Public Property OperationTimeOut As TimeSpan Get Set Dim instance As PICollectiveMember 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 PICollectiveMember.
Remarks
The minimum value is 1 second.