Click or drag to resize

AnalyticsClientSetReadTimeout Method

Sets the read timeout which will wait for data response from the server end.

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

Parameters

timeout
Type: SystemInt32
The timeout value.
See Also