System.Transactions.TransactionInterop.GetExportCookie C# (CSharp) Method

GetExportCookie() public static method

public static GetExportCookie ( System transaction, byte whereabouts ) : byte[]
transaction System
whereabouts byte
return byte[]
        public static byte[] GetExportCookie(System.Transactions.Transaction transaction, byte[] whereabouts)
        {
            throw null;
        }

Same methods

TransactionInterop::GetExportCookie ( Transaction transaction, byte whereabouts ) : byte[]