Skip to content

Instantly share code, notes, and snippets.

View kstrauss's full-sized avatar

Karl Strauss kstrauss

  • Realgy LLC
  • Hartford area, CT
View GitHub Profile
namespace EventStoreDTCFirstTry
{
public class EventStoreDistributedTransaction
{
private static readonly Guid ResourceManagerId = new Guid("F6049197-5B56-4C90-ACA9-39A2516C547A");
private readonly EventStoreConnection _connection;
private readonly EventStoreTransaction _esTransaction;
public EventStoreDistributedTransaction(EventStoreConnection connection, string stream, int expectedVersion)