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)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Overrides Sub Provision
'Usage
Dim instance As SPServiceApplicationProxy
instance.Provision()
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