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

PI Powershell

NewPIArchive.WaitForRegistration Property

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

PowerShell will wait to process any further commands until the new archive is registered with the PI Data Archive

Namespace:  OSIsoft.PowerShell
Assembly:  OSIsoft.PowerShell (in OSIsoft.PowerShell.dll) Version: 2.2.3.0 (2.2.3.952)

Syntax

[ParameterAttribute(HelpMessage = "Wait until archive has been registered")]
public SwitchParameter WaitForRegistration { get; set; }
<ParameterAttribute(HelpMessage := "Wait until archive has been registered")>
Public Property WaitForRegistration As SwitchParameter
	Get
	Set

Dim instance As NewPIArchive
Dim value As SwitchParameter

value = instance.WaitForRegistration

instance.WaitForRegistration = value
public:
[ParameterAttribute(HelpMessage = L"Wait until archive has been registered")]
property SwitchParameter WaitForRegistration {
	SwitchParameter get ();
	void set (SwitchParameter value);
}
[<ParameterAttribute(HelpMessage = "Wait until archive has been registered")>]
member WaitForRegistration : SwitchParameter with get, set

Property Value

Type: SwitchParameter

See Also

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