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

PI Powershell

NewPIArchive.WaitForRegistrationTimeOut Property

  • Last UpdatedDec 15, 2025
  • 1 minute read
NewPIArchive.WaitForRegistrationTimeOut Property

The registration timeout for registering the created PI Archive

Example: "00:01:00" is a timeout of 1 minute

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

Syntax

[ParameterAttribute(HelpMessage = "Timeout used when waiting until an archive has been registered")]
public TimeSpan WaitForRegistrationTimeOut { get; set; }
<ParameterAttribute(HelpMessage := "Timeout used when waiting until an archive has been registered")>
Public Property WaitForRegistrationTimeOut As TimeSpan
	Get
	Set

Dim instance As NewPIArchive
Dim value As TimeSpan

value = instance.WaitForRegistrationTimeOut

instance.WaitForRegistrationTimeOut = value
public:
[ParameterAttribute(HelpMessage = L"Timeout used when waiting until an archive has been registered")]
property TimeSpan WaitForRegistrationTimeOut {
	TimeSpan get ();
	void set (TimeSpan value);
}
[<ParameterAttribute(HelpMessage = "Timeout used when waiting until an archive has been registered")>]
member WaitForRegistrationTimeOut : TimeSpan with get, set

Property Value

Type: TimeSpan

See Also

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