Site.DeleteMigrationJob - Méthode
This method deletes the migration job created by CreateMigrationJob. The job is identified by the id returned from that call.
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public Function DeleteMigrationJob ( _
id As Guid _
) As ClientResult(Of Boolean)
'Utilisation
Dim instance As Site
Dim id As Guid
Dim returnValue As ClientResult(Of Boolean)
returnValue = instance.DeleteMigrationJob(id)
public ClientResult<bool> DeleteMigrationJob(
Guid id
)
Paramètres
id
Type : System.GuidThe ID of the job that you want to delete. This is the ID returned by CreateMigrationJob.
Valeur renvoyée
Type : Microsoft.SharePoint.Client.ClientResult<Boolean>
Indicates success or failure.