Share via


TranslationJob.Cancel method

Cancels a translation job in progress.

Namespace:  Microsoft.Office.TranslationServices
Assembly:  Microsoft.Office.TranslationServices (in Microsoft.Office.TranslationServices.dll)

Syntax

'Declaration
Public Sub Cancel
'Usage
Dim instance As TranslationJob

instance.Cancel()
public void Cancel()

Remarks

Any items that are NotStarted or InProgress are marked as Canceled. However, InProgress items still translating on a backend server will not continue executing as normal.

See also

Reference

TranslationJob class

TranslationJob members

Microsoft.Office.TranslationServices namespace