g_default_timeout


Description:

[ NoAccessorMethod ]
public int g_default_timeout { get; set construct; }

The timeout to use if -1 (specifying default timeout) is passed as timeout_msec in the call and call_sync functions.

This allows applications to set a proxy-wide timeout for all remote method invocations on the proxy. If this property is -1, the default timeout (typically 25 seconds) is used. If set to g_maxint, then no timeout is used.