Share via


ContentDeploymentRemoteImport.DeleteJob method

Deletes the specified RemoteImport job.

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

Syntax

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

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

Parameters

See also

Reference

ContentDeploymentRemoteImport class

ContentDeploymentRemoteImport members

Microsoft.SharePoint.Publishing.Administration.WebServices namespace