IPWorks IoT 2020 Android Edition

Questions / Feedback?

FetchTimeout Property

How long the component should wait for a message to be received after FetchMessage is called.

Syntax

public int getFetchTimeout();
public void setFetchTimeout(int fetchTimeout);

Remarks

This property controls how long, in seconds, the component will wait for a message to be received after FetchMessage is called before timing out the request. If set to zero, the component will wait indefinitely.

Refer to FetchMessage for more information.

This property is not available at design time.

Default Value

60

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks IoT 2020 Android Edition - Version 20.0 [Build 8265]