SqlMetadataStore::CommitTransaction Method
Commits an explicit transaction that has already started on the metadata store.
Assembly: Microsoft.Synchronization.MetadataStorage (in Microsoft.Synchronization.MetadataStorage.dll)
| Exception | Condition |
|---|---|
| ObjectDisposedException | This object has been disposed or was not initialized correctly. |
| InvalidOperationException | A metadata store has not been opened or created, or a transaction was not started. |
When this method is called, all changes that are made after the previous call to BeginTransaction are committed to the metadata store.
Show: