ConversionJobStatus Constructor (Guid, Guid, Nullable<Guid>)
Initializes a new instance of the ConversionJobStatus class based on the WordServiceApplicationProxy object specified by id, the ConversionJob object specified by jobId, 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 ( _
id As Guid, _
jobId As Guid, _
subscriptionId As Nullable(Of Guid) _
)
'Usage
Dim id As Guid
Dim jobId As Guid
Dim subscriptionId As Nullable(Of Guid)
Dim instance As New ConversionJobStatus(id, jobId, _
subscriptionId)
public ConversionJobStatus(
Guid id,
Guid jobId,
Nullable<Guid> subscriptionId
)
Parameters
id
Type: System.GuidA Guid structure that specifies the WordServiceApplicationProxy object that serviced the ConversionJob object 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.