AFCollectiveMember.TimeOut Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Read/write property that is the connection timeout used to connect to the PI AF Server
for this AFCollectiveMember on the remote host.
Namespace: OSIsoft.AF.Collective
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public TimeSpan TimeOut { get; set; }
Public Property TimeOut As TimeSpan Get Set Dim instance As AFCollectiveMember Dim value As TimeSpan value = instance.TimeOut instance.TimeOut = value
public: property TimeSpan TimeOut { TimeSpan get (); void set (TimeSpan value); }
member TimeOut : TimeSpan with get, set
Property Value
Type: TimeSpanThe connection timeout used to connect to the PI AF Server for this AFCollectiveMember on the remote host. Specify Zero to disable the timeout.