Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Removes all remnants of the user code (sandboxed solution) service from the server.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Overrides Sub Unprovision
'Usage
Dim instance As SPUserCodeServiceInstance
instance.Unprovision()
public override void Unprovision()
Remarks
This override simply calls the base implementation.
See Also
Reference
SPUserCodeServiceInstance Class