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

PI Powershell

SetAFServer.Timeout Property

  • Last UpdatedDec 15, 2025
  • 1 minute read
SetAFServer.Timeout Property

Timeout to use when communicating with the AF Server

Namespace:  OSIsoft.PowerShell
Assembly:  OSIsoft.PowerShell (in OSIsoft.PowerShell.dll) Version: 3.1.1.0 (3.1.1.466)

Syntax

[ParameterAttribute(Position = 4, Mandatory = false, HelpMessage = "Connection Timeout")]
[ValidateNotNullOrEmptyAttribute]
public TimeSpan Timeout { get; set; }
<ParameterAttribute(Position := 4, Mandatory := false, HelpMessage := "Connection Timeout")>
<ValidateNotNullOrEmptyAttribute>
Public Property Timeout As TimeSpan
	Get
	Set

Dim instance As SetAFServer
Dim value As TimeSpan

value = instance.Timeout

instance.Timeout = value
public:
[ParameterAttribute(Position = 4, Mandatory = false, HelpMessage = L"Connection Timeout")]
[ValidateNotNullOrEmptyAttribute]
property TimeSpan Timeout {
	TimeSpan get ();
	void set (TimeSpan value);
}
[<ParameterAttribute(Position = 4, Mandatory = false, HelpMessage = "Connection Timeout")>]
[<ValidateNotNullOrEmptyAttribute>]
member Timeout : TimeSpan with get, set

Property Value

Type: TimeSpan

See Also

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