ConversionJobStatus Constructor (String, Guid, Nullable<Guid>)
Initializes a new instance of the ConversionJobStatus class based on the WordServiceApplicationProxy object specified by name, 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 ( _
name As String, _
jobId As Guid, _
subscriptionId As Nullable(Of Guid) _
)
'Usage
Dim name As String
Dim jobId As Guid
Dim subscriptionId As Nullable(Of Guid)
Dim instance As New ConversionJobStatus(name, jobId, _
subscriptionId)
public ConversionJobStatus(
string name,
Guid jobId,
Nullable<Guid> subscriptionId
)
Parameters
name
Type: System.StringThe user-defined friendly name of 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.