System.Transactions.TransactionInterop.GetExportCookie C# (CSharp) Méthode

GetExportCookie() public static méthode

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

Same methods

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