TranslationJobStatus.GetAllActiveJobs method

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

Syntax

'Declaration
Public Shared Function GetAllActiveJobs ( _
    context As ClientRuntimeContext _
) As IEnumerable(Of TranslationJobInfo)
'Usage
Dim context As ClientRuntimeContext
Dim returnValue As IEnumerable(Of TranslationJobInfo)

returnValue = TranslationJobStatus.GetAllActiveJobs(context)
public static IEnumerable<TranslationJobInfo> GetAllActiveJobs(
    ClientRuntimeContext context
)

Parameters

Return value

Type: System.Collections.Generic.IEnumerable<TranslationJobInfo>

See also

Reference

TranslationJobStatus class

TranslationJobStatus members

Microsoft.Office.Client.TranslationServices namespace