QuickBooks Integrator 2020 iOS Edition

Questions / Feedback?

timeout (property)

An initial timeout value to be used by incoming connections.

Syntax

@property (nonatomic,readwrite,assign,getter=timeout,setter=setTimeout:) int timeout;
- (int)timeout;
- (void)setTimeout:(int)newTimeout;
public var timeout: Int32 {
  get {...}
set {...} }

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 iOS Edition - Version 20.0 [Build 7941]