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

PI Powershell

SetPIBufferingControlState.Timeout Property

  • Last UpdatedDec 15, 2025
  • 2 minute read
SetPIBufferingControlState.Timeout Property

Timeout to use when setting the buffer control state. EX: "00:01:00" is 1 minute. If not specified, the default timeout is 1 minute.

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

Syntax

[ParameterAttribute(Position = 3, Mandatory = false, HelpMessage = "Timeout for setting buffering control command")]
[ValidateNotNullOrEmptyAttribute]
public TimeSpan Timeout { get; set; }
<ParameterAttribute(Position := 3, Mandatory := false, HelpMessage := "Timeout for setting buffering control command")>
<ValidateNotNullOrEmptyAttribute>
Public Property Timeout As TimeSpan
	Get
	Set

Dim instance As SetPIBufferingControlState
Dim value As TimeSpan

value = instance.Timeout

instance.Timeout = value
public:
[ParameterAttribute(Position = 3, Mandatory = false, HelpMessage = L"Timeout for setting buffering control command")]
[ValidateNotNullOrEmptyAttribute]
property TimeSpan Timeout {
	TimeSpan get ();
	void set (TimeSpan value);
}
[<ParameterAttribute(Position = 3, Mandatory = false, HelpMessage = "Timeout for setting buffering control command")>]
[<ValidateNotNullOrEmptyAttribute>]
member Timeout : TimeSpan with get, set

Property Value

Type: TimeSpan

See Also

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