QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

Timeout Property

An initial timeout value to be used by incoming connections.

Syntax

ANSI (Cross Platform)
int GetTimeout();
int SetTimeout(int iTimeout); Unicode (Windows) INT GetTimeout();
INT SetTimeout(INT iTimeout);
@property (nonatomic,readwrite,assign,getter=timeout,setter=setTimeout:) int timeout;
- (int)timeout;
- (void)setTimeout:(int)newTimeout;
#define PID_QBCONNECTOR_TIMEOUT 17

INQB_EXTERNAL void* INQB_CALL InQB_QBConnector_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
INQB_EXTERNAL int INQB_CALL InQB_QBConnector_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

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.

Data Type

Integer

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