SPServiceApplication.UnprovisionLocal method

Unprovisions an instance of the application on a server in a server farm.

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

Syntax

'Declaration
Protected Overridable Sub UnprovisionLocal ( _
    serviceInstance As SPServiceInstance _
)
'Usage
Dim serviceInstance As SPServiceInstance

Me.UnprovisionLocal(serviceInstance)
protected virtual void UnprovisionLocal(
    SPServiceInstance serviceInstance
)

Parameters

Remarks

This method is executed remotely on every server in the server farm that has an online instance of the parent service.

See also

Reference

SPServiceApplication class

SPServiceApplication members

Microsoft.SharePoint.Administration namespace