Click or drag to resize

AnalyticsClientSetConnectionTimeout Method

Sets the timeout until a connection is established.

Namespace:  ZohoAnalytics
Assembly:  ZohoAnalytics (in ZohoAnalytics.exe) Version: 0.0.0.0
Syntax
C#
public void SetConnectionTimeout(
	int timeout
)

Parameters

timeout
Type: SystemInt32
The timeout value.
See Also