QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

timeout Property

An initial timeout value to be used by incoming connections.

Syntax

def get_timeout() -> int: ...
def set_timeout(value: int) -> None: ...

timeout = property(get_timeout, set_timeout)

Default Value

30

Remarks

timeout is used by the class to set the operational timeout value of all inbound connections once they are established.

The default value is 30 seconds.

Copyright (c) 2021 /n software inc. - All rights reserved.
QuickBooks Integrator 2020 Python Edition - Version 20.0 [Build 7941]