SPServiceApplication.EndUnprovision-Methode
Wartet, bis das Aufheben der Bereitstellung abgeschlossen ist, und gibt ein Ergebnis zurück.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub EndUnprovision ( _
asyncResult As IAsyncResult _
)
'Usage
Dim instance As SPServiceApplication
Dim asyncResult As IAsyncResult
instance.EndUnprovision(asyncResult)
public void EndUnprovision(
IAsyncResult asyncResult
)
Parameter
asyncResult
Typ: System.IAsyncResultDer Status des Vorgangs Bereitstellung.