Share via


SPServiceApplicationProxy.Provision method

Ensures that the service application proxy is online and ready to be used.

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

Syntax

public override void Provision()

Remarks

Override this method in derived classes to perform any actions necessary to ensure that the service application proxy is ready to use.

When you override the X method in a derived class, be sure to call the X method of the base class in your derived method.

See also

Reference

SPServiceApplicationProxy class

SPServiceApplicationProxy members

Microsoft.SharePoint.Administration namespace