IPWorks MQ 2020 Android Edition

Questions / Feedback?

DefaultTimeout Property

An initial timeout value to be used by incoming connections.

Syntax

public int getDefaultTimeout();
public void setDefaultTimeout(int defaultTimeout);

Remarks

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

If DefaultTimeout is set to 0, all operations will run uninterrupted until successful completion or an error condition is encountered.

If DefaultTimeout is set to a positive value, the component will wait for the operation to complete before returning control.

Default Value

0

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