IIndexManager. SubmitJobAsync Method

Analytics Core API Documentation
Creates a job for an Analytics index. HTTP Verb: POST HTTP Route: ~/workspaces/{workspaceID:int}/indexes/{indexID:int}/job HTTP Success Status Code: 201 Created

Namespace:  Analytics.Conceptual.Service.Interfaces
Assembly:  Analytics.Conceptual.Service.Interfaces (in Analytics.Conceptual.Service.Interfaces.dll) Version: 10.1.2.93
Syntax

Task SubmitJobAsync(
	int workspaceID,
	int indexID,
	AnalyticsIndexJobType jobType
)

Parameters

workspaceID
Type: System.Int32
The artifact ID of the workspace that contains the index.
indexID
Type: System.Int32
The artifact ID of the index to submit a job for.
jobType
Type: Analytics.Conceptual.DataContracts.AnalyticsIndexJobType
The job type to submit.

Return Value

Type: Task
Nothing
See Also

Reference