0 out of 1 rated this helpful - Rate this topic

ISettingsTab.Commit Method

Windows Server 2008
Indicates whether or not settings changes have been committed to backend objects.

Namespace: Microsoft.HomeServer.Extensibility
Assembly: HomeServerExt (in homeserverext.dll)
bool Commit ()
boolean Commit ()
function Commit () : boolean

Return Value

A boolean value that indicates whether or not settings changes made in the Settings page have been committed to backend objects.

The Commit method is invoked when the user clicks OK or Apply on the Windows Home Server Settings page.

You should implement the method so that it commits settings changes for your Settings tab to backend objects and then returns true.


Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, Windows XP

Target Platforms

Windows Home Server
Did you find this helpful?
(1500 characters remaining)