Beispiel #1
0
        /// <summary>
        /// Commits the specified tx id.
        /// </summary>
        /// <param name="txId">The tx id.</param>
        public override async Task Commit(string txId)
        {
            await AsyncDatabaseCommands.CommitAsync(txId).ConfigureAwait(false);

            ClearEnlistment();
        }