System.Transactions.TransactionInterop.GetExportCookie C# (CSharp) 메소드

GetExportCookie() 공개 정적인 메소드

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

Same methods

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