SPFarm.Update method

Obsolete.

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

Syntax

'Declaration
Public Overrides Sub Update
'Usage
Dim instance As SPFarm

instance.Update()
public override void Update()

Remarks

For performance reasons, this method should not be called. If you have farm-wide settings that you want to persist, derive a class specifically for that purpose from the SPPersistedObject class and use it's Update method whenever a change is made to the settings.

See also

Reference

SPFarm class

SPFarm members

Update overload

Microsoft.SharePoint.Administration namespace