Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AF SDK Reference

PICollectiveMember.ConnectionTimeOut Property

  • Last UpdatedNov 18, 2025
  • 2 minute read
PICollectiveMember.ConnectionTimeOut Property
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: TimeSpan
The timeout used to connect to the PICollectiveMember on the remote host.

Remarks

The minimum value is 1 second.

Version Information

AFSDK


See Also

In This Topic
TitleResults for “How to create a CRG?”Also Available in