示例#1
0
        public async Task PrepareTransaction(string txId, Guid?resourceManagerId = null, byte[] recoveryInformation = null)
        {
            await AsyncDatabaseCommands.PrepareTransactionAsync(txId, resourceManagerId, recoveryInformation).ConfigureAwait(false);

            ClearEnlistment();
        }