Description
Sets the timeout of the ThinPrint Hub (in seconds; see also Get-TPHubRequestTimeout)
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