PICollectiveMember.ConnectionTimeOut Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
The property that is the timeout used to connect to the PICollectiveMember
on the remote host.
Namespace: OSIsoft.AF.PI
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public TimeSpan ConnectionTimeOut { get; set; }
Public Property ConnectionTimeOut As TimeSpan Get Set Dim instance As PICollectiveMember Dim value As TimeSpan value = instance.ConnectionTimeOut instance.ConnectionTimeOut = value
public: property TimeSpan ConnectionTimeOut { TimeSpan get (); void set (TimeSpan value); }
member ConnectionTimeOut : TimeSpan with get, set
Property Value
Type: TimeSpanThe timeout used to connect to the PICollectiveMember on the remote host.
Remarks
The minimum value is 1 second.