SetPIDataArchiveConnectionConfiguration.OpenTimeout Property
- Last UpdatedDec 15, 2025
- 2 minute read
Timeout for opening and establishing a connection to the PI Data Archive. Should be set with the syntax: "hh:mm:ss".
Namespace: OSIsoft.PowerShell
Assembly: OSIsoft.PowerShell (in OSIsoft.PowerShell.dll) Version: 3.1.1.0 (3.1.1.466)
Syntax
[ParameterAttribute(Position = 3, Mandatory = false, ParameterSetName = "Collective", HelpMessage = "Open timeout")] [ParameterAttribute(Position = 3, Mandatory = false, ParameterSetName = "Standalone", HelpMessage = "Open timeout")] [AliasAttribute(new string[] { ... })] [ValidateNotNullOrEmptyAttribute] public TimeSpan OpenTimeout { get; set; }
<ParameterAttribute(Position := 3, Mandatory := false, ParameterSetName := "Collective", HelpMessage := "Open timeout")> <ParameterAttribute(Position := 3, Mandatory := false, ParameterSetName := "Standalone", HelpMessage := "Open timeout")> <AliasAttribute(New String() { ... })> <ValidateNotNullOrEmptyAttribute> Public Property OpenTimeout As TimeSpan Get Set Dim instance As SetPIDataArchiveConnectionConfiguration Dim value As TimeSpan value = instance.OpenTimeout instance.OpenTimeout = value
public: [ParameterAttribute(Position = 3, Mandatory = false, ParameterSetName = L"Collective", HelpMessage = L"Open timeout")] [ParameterAttribute(Position = 3, Mandatory = false, ParameterSetName = L"Standalone", HelpMessage = L"Open timeout")] [AliasAttribute(__gc new array<String^>^ { ... })] [ValidateNotNullOrEmptyAttribute] property TimeSpan OpenTimeout { TimeSpan get (); void set (TimeSpan value); }
[<ParameterAttribute(Position = 3, Mandatory = false, ParameterSetName = "Collective", HelpMessage = "Open timeout")>] [<ParameterAttribute(Position = 3, Mandatory = false, ParameterSetName = "Standalone", HelpMessage = "Open timeout")>] [<AliasAttribute(new string[] { ... })>] [<ValidateNotNullOrEmptyAttribute>] member OpenTimeout : TimeSpan with get, set