Click or drag to resize

AnalyticsClientGetBulkInstance Method

Creates a new BulkAPI instance.

Namespace:  ZohoAnalytics
Assembly:  ZohoAnalytics (in ZohoAnalytics.exe) Version: 0.0.0.0
Syntax
C#
public IBulkAPI GetBulkInstance(
	long orgId,
	long workspaceId
)

Parameters

orgId
Type: SystemInt64
The ID of the organization.
workspaceId
Type: SystemInt64
The ID of the workspace.

Return Value

Type: IBulkAPI
BulkAPI instance.
See Also