SPServiceApplication.ProvisionLocal method
Provisions 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 ProvisionLocal ( _
serviceInstance As SPServiceInstance _
)
'Usage
Dim serviceInstance As SPServiceInstance
Me.ProvisionLocal(serviceInstance)
protected virtual void ProvisionLocal(
SPServiceInstance serviceInstance
)
Parameters
- serviceInstance
Type: Microsoft.SharePoint.Administration.SPServiceInstance
Remarks
This method is executed remotely on every server in the server farm that has an online instance of the parent service.