Share via


TranslationJobStatus.GetAllJobs method (SPServiceContext)

Gets all jobs submitted by the current user and returns a list of objects describing those jobs.

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

Syntax

'Declaration
Public Shared Function GetAllJobs ( _
    context As SPServiceContext _
) As ReadOnlyCollection(Of TranslationJobInfo)
'Usage
Dim context As SPServiceContext
Dim returnValue As ReadOnlyCollection(Of TranslationJobInfo)

returnValue = TranslationJobStatus.GetAllJobs(context)
public static ReadOnlyCollection<TranslationJobInfo> GetAllJobs(
    SPServiceContext context
)

Parameters

Return value

Type: System.Collections.ObjectModel.ReadOnlyCollection<TranslationJobInfo>
List of TranslationJobInfo objects.

See also

Reference

TranslationJobStatus class

TranslationJobStatus members

GetAllJobs overload

Microsoft.Office.TranslationServices namespace