ContentDeploymentRemoteImport.GetJobStatus Method
Returns the status of the RemoteImport job.
Namespace: Microsoft.SharePoint.Publishing.Administration.WebServices
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Function GetJobStatus ( _
jobId As Guid _
) As ContentDeploymentRemoteJobStatus
'Usage
Dim instance As ContentDeploymentRemoteImport
Dim jobId As Guid
Dim returnValue As ContentDeploymentRemoteJobStatus
returnValue = instance.GetJobStatus(jobId)
[WebMethodAttribute]
public ContentDeploymentRemoteJobStatus GetJobStatus(
Guid jobId
)
Parameters
jobId
Type: System.GuidThe job identifier (ID).
Return Value
Type: ContentDeploymentRemoteJobStatus
The status of the specified content deployment job.
See Also
Reference
ContentDeploymentRemoteImport Class
ContentDeploymentRemoteImport Members
Microsoft.SharePoint.Publishing.Administration.WebServices Namespace