SPServiceInstance.Update Method
Include Protected Members
Include Inherited Members
Causes the service instance to save its state and propagate changes to all machines in the farm.
Overload List
Name | Description | |
---|---|---|
Update() | Causes the service instance to save its state and propagate changes to all machines in the farm. (Overrides SPPersistedObject.Update().) | |
Update(Boolean) | Causes the object to save its state and propagate changes to all the computers in the server farm based on a Boolean value that specifies whether to raise an exception if the object already exists. (Inherited from SPPersistedObject.) |
Top