AppInstance.Install - Méthode
Starts an install on this app instance.
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 Install As ClientResult(Of Guid)
'Utilisation
Dim instance As AppInstance
Dim returnValue As ClientResult(Of Guid)
returnValue = instance.Install()
public ClientResult<Guid> Install()
Valeur renvoyée
Type : Microsoft.SharePoint.Client.ClientResult<Guid>
The job identifier of the installation.
Remarques
This method can be used to restart an install if it initially failed.