Click or drag to resize

WorkspaceAPISyncData Method

Initiate data sync for the specified datasource.

Namespace:  ZohoAnalytics
Assembly:  ZohoAnalytics (in ZohoAnalytics.exe) Version: 0.0.0.0
Syntax
C#
public void SyncData(
	long datasourceId,
	Dictionary<string, Object> config
)

Parameters

datasourceId
Type: SystemInt64
Id of the datasource.
config
Type: System.Collections.GenericDictionaryString, Object
Contains any additional control configurations. Can be null.
See Also