PICollectiveMember.ConnectionTimeOut Property
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- 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.2.0.7
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.