SecureBlackbox 2020 Python Edition

Questions / Feedback?

update_period Property

The server's information update period.

Syntax

def get_update_period() -> int: ...
def set_update_period(value: int) -> None: ...

update_period = property(get_update_period, set_update_period)

Default Value

86400

Remarks

Provide the server information update period here. This value is used as a basis for the NextUpdate parameter of the responses.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 Python Edition - Version 20.0 [Build 8154]