adTempus API
ArcanaDevelopment.adTempus.Client Namespace / UnitOfWork Class / Commit Method

In This Topic
    Commit Method
    In This Topic
    Commits the changes to the server
    Syntax
    'Declaration
     
    
    Public Sub Commit() 
    public void Commit()
    Exceptions
    ExceptionDescription
    Thrown if the operation fails
    Remarks

    If any errors occur while processing the updates the method will throw a ArcanaDevelopment.adTempus.Shared.MessageException with information about the problem (such as data validation errors).

    See Also