ISettingsTab.Commit Method
Indicates whether or not settings changes have been committed to backend objects.
Namespace: Microsoft.HomeServer.Extensibility
Assembly: HomeServerExt (in homeserverext.dll)
Usage
Syntax
'Declaration
Function Commit As Boolean
bool Commit ()
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.
Remarks
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
.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Server 2008, Windows Vista, Windows Server 2003, Windows XP
Target Platforms
Windows Home Server
See Also
Reference
ISettingsTab Interface
ISettingsTab Members
Microsoft.HomeServer.Extensibility Namespace