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

PI Powershell

GetPIThreadInformation.History Property

  • Last UpdatedDec 15, 2025
  • 1 minute read
GetPIThreadInformation.History Property

Retrieves historical thread information

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

Syntax

[ParameterAttribute(Position = 1, Mandatory = false, HelpMessage = "Return historical thread information")]
public SwitchParameter History { get; set; }
<ParameterAttribute(Position := 1, Mandatory := false, HelpMessage := "Return historical thread information")>
Public Property History As SwitchParameter
	Get
	Set

Dim instance As GetPIThreadInformation
Dim value As SwitchParameter

value = instance.History

instance.History = value
public:
[ParameterAttribute(Position = 1, Mandatory = false, HelpMessage = L"Return historical thread information")]
property SwitchParameter History {
	SwitchParameter get ();
	void set (SwitchParameter value);
}
[<ParameterAttribute(Position = 1, Mandatory = false, HelpMessage = "Return historical thread information")>]
member History : SwitchParameter with get, set

Property Value

Type: SwitchParameter

See Also

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