SPUserCodeService.Update method
Saves the state of the service and propagates the changes to all the servers in the server farm.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides Sub Update
'Usage
Dim instance As SPUserCodeService
instance.Update()
public override void Update()
Remarks
This override calls the Update method of the base class to propagate the changes to all the servers in the server farm.