File: System\ServiceModel\Internal\ITransactionBridge.cs
Project: Microsoft.Transactions.Bridge.dll (Microsoft.Transactions.Bridge)
#region Assembly Microsoft.Transactions.Bridge, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
// C:\Windows\Microsoft.Net\assembly\GAC_MSIL\Microsoft.Transactions.Bridge\v4.0_4.0.0.0__b03f5f7f11d50a3a\Microsoft.Transactions.Bridge.dll
#endregion
 
using System.Runtime.InteropServices;
 
namespace System.ServiceModel.Internal
{
    [Guid("d860d655-0b79-4aa6-a741-ab216007ef55")]
    [InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
    internal interface ITransactionBridge
    {
        void Init(object bridgeNetworkConfiguration);
        void Shutdown();
        void Start();
    }
}