Set-TPHubRequestTimeout

60 views 0

Description

Reads the timeout from the ThinPrint Hub (in seconds; see also Get-TPHubRequest­Timeout)
The timeout controls how long the PowerShell module should wait for a reply. This is useful, for example, if the ThinPrint Hub can no longer reach the remote station, because it has changed its IP address or is rebooting.

Syntax

Set-TPHubRequestTimeout -Timeout <uint16>

Parameter Description
-Timeout timeout in seconds

Example

Get-TPHubRequestTimeout
Set-TPHubRequestTimeout -Timeout 15
Get-TPHubRequestTimeout
changing timeout from 30 to 15 seconds

changing timeout from 30 to 15 seconds

Previous Page
Next Page

Was this helpful?