ConversionJobStatus Constructor (WordServiceApplicationProxy, Guid, Nullable<Guid>)
Initializes a new instance of the ConversionJobStatus class based on the specified WordServiceApplicationProxy and ConversionJob objects, and the partition specified by subscriptionId.
Namespace: Microsoft.Office.Word.Server.Conversions
Assembly: Microsoft.Office.Word.Server (in Microsoft.Office.Word.Server.dll)
Syntax
'Declaration
Public Sub New ( _
serviceApplicationProxy As WordServiceApplicationProxy, _
jobId As Guid, _
subscriptionId As Nullable(Of Guid) _
)
'Usage
Dim serviceApplicationProxy As WordServiceApplicationProxy
Dim jobId As Guid
Dim subscriptionId As Nullable(Of Guid)
Dim instance As New ConversionJobStatus(serviceApplicationProxy, _
jobId, subscriptionId)
public ConversionJobStatus(
WordServiceApplicationProxy serviceApplicationProxy,
Guid jobId,
Nullable<Guid> subscriptionId
)
Parameters
serviceApplicationProxy
Type: Microsoft.Office.Word.Server.Service.WordServiceApplicationProxyA WordServiceApplicationProxy object that specifies the Word Automation Services application proxy instance that serviced the ConversionJob specified by jobId.
jobId
Type: System.GuidA Guid structure that specifies the JobId of the conversion job whose status you want to retrieve.
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.