GetPIThreadInformation.History Property
- Last UpdatedDec 15, 2025
- 1 minute read
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