Share via


ContentDeploymentRemoteImport.CancelJob Method

Cancels a remote import job.

Namespace:  Microsoft.SharePoint.Publishing.Administration.WebServices
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
<WebMethodAttribute> _
Public Sub CancelJob ( _
    jobId As Guid _
)
'Usage
Dim instance As ContentDeploymentRemoteImport
Dim jobId As Guid

instance.CancelJob(jobId)
[WebMethodAttribute]
public void CancelJob(
    Guid jobId
)

Parameters

  • jobId
    Type: System.Guid

    The job identifier (ID) of the job to cancel.

See Also

Reference

ContentDeploymentRemoteImport Class

ContentDeploymentRemoteImport Members

Microsoft.SharePoint.Publishing.Administration.WebServices Namespace