SPFarm.Update Method
Obsolete.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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.