IIndexManager. CancelJobAsync Method

Analytics Core API Documentation
Cancels the current job for an Analytics index. HTTP Verb: DELETE HTTP Route: ~/workspaces/{workspaceID:int}/indexes/{indexID:int}/job HTTP Success Status Code: 200 OK

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

Task CancelJobAsync(
	int workspaceID,
	int indexID
)

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 cancel the job for.

Return Value

Type: Task
Nothing
See Also

Reference