Commit
Commits any changes or updates to a computer role and saves the changes to Active Directory.
Syntax
void Commit()
Discussion
This method does not validate changes. Call the Validate method before calling the Commit method.
Exceptions
Commit throws an ApplicationException if it could not find the computer role, could not find authorization data for the role, or failed to commit the computer role due to a communication error.