ConversionJobStatus.GetAllJobs Method (Guid, Nullable<Guid>)
Gets all conversion jobs, regardless of the status of those jobs.
Namespace: Microsoft.Office.Word.Server.Conversions
Assembly: Microsoft.Office.Word.Server (in Microsoft.Office.Word.Server.dll)
Syntax
'Declaration
Public Shared Function GetAllJobs ( _
id As Guid, _
subscriptionId As Nullable(Of Guid) _
) As ReadOnlyCollection(Of ConversionJobInfo)
'Usage
Dim id As Guid
Dim subscriptionId As Nullable(Of Guid)
Dim returnValue As ReadOnlyCollection(Of ConversionJobInfo)
returnValue = ConversionJobStatus.GetAllJobs(id, _
subscriptionId)
public static ReadOnlyCollection<ConversionJobInfo> GetAllJobs(
Guid id,
Nullable<Guid> subscriptionId
)
Parameters
id
Type: System.GuidA Guid structure that specifies the Word Automation Services application proxy instance that serviced the conversion jobs returned by this method.
subscriptionId
Type: System.Nullable<Guid>A Nullable<Guid> structure that specifies a tenant partition.
Note
If the SharePoint farm is not configured for multiple tenants, then pass a null reference (Nothing in Visual Basic) as the argument for this parameter.
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<ConversionJobInfo>
A ReadOnlyCollection<T> object.
Remarks
The collection of Guid structures returned by this method is scoped to a single partition. Each Guid corresponds to the JobId of a ConversionJob object.