ConversionJobStatus.GetAllJobs-Methode (WordServiceApplicationProxy, Nullable<Guid>)
Ruft alle Konvertierungsaufträge unabhängig vom Status dieser Arbeitsplätze.
Namespace: Microsoft.Office.Word.Server.Conversions
Assembly: Microsoft.Office.Word.Server (in Microsoft.Office.Word.Server.dll)
Syntax
'Declaration
Public Shared Function GetAllJobs ( _
serviceApplicationProxy As WordServiceApplicationProxy, _
subscriptionId As Nullable(Of Guid) _
) As ReadOnlyCollection(Of ConversionJobInfo)
'Usage
Dim serviceApplicationProxy As WordServiceApplicationProxy
Dim subscriptionId As Nullable(Of Guid)
Dim returnValue As ReadOnlyCollection(Of ConversionJobInfo)
returnValue = ConversionJobStatus.GetAllJobs(serviceApplicationProxy, _
subscriptionId)
public static ReadOnlyCollection<ConversionJobInfo> GetAllJobs(
WordServiceApplicationProxy serviceApplicationProxy,
Nullable<Guid> subscriptionId
)
Parameter
serviceApplicationProxy
Typ: Microsoft.Office.Word.Server.Service.WordServiceApplicationProxyEin WordServiceApplicationProxy -Objekt, das die Anwendungsinstanz Proxy Word Automation Services angibt, die die Konvertierungsaufträge, die von dieser Methode zurückgegebene bedient.
subscriptionId
Typ: System.Nullable<Guid>Eine Nullable<Guid> -Struktur, die eine Partition Mieter angibt.
Hinweis
Wenn die SharePoint-Farm nicht für mehrere Mieter konfiguriert ist, übergeben Sie ein Nullverweis (Nothing in Visual Basic) als Argument für diesen Parameter.
Rückgabewert
Typ: System.Collections.ObjectModel.ReadOnlyCollection<ConversionJobInfo>
Ein ReadOnlyCollection<T> -Objekt.
Hinweise
Die Auflistung von Guid -Strukturen, die von dieser Methode zurückgegebene ist auf eine einzige Partition beschränkt. Jede Guid entspricht der JobId eines ConversionJob -Objekts.