TransactionInterop.GetExportCookie メソッド
アセンブリ: System.Transactions (system.transactions.dll 内)

Public Shared Function GetExportCookie ( _ transaction As Transaction, _ whereabouts As Byte() _ ) As Byte()
Dim transaction As Transaction Dim whereabouts As Byte() Dim returnValue As Byte() returnValue = TransactionInterop.GetExportCookie(transaction, whereabouts)
public static byte[] GetExportCookie ( Transaction transaction, byte[] whereabouts )
public: static array<unsigned char>^ GetExportCookie ( Transaction^ transaction, array<unsigned char>^ whereabouts )
public static byte[] GetExportCookie ( Transaction transaction, byte[] whereabouts )
public static function GetExportCookie ( transaction : Transaction, whereabouts : byte[] ) : byte[]
- whereabouts
目的のトランザクション マネージャの位置を示すアドレス。このアドレスを使用することにより、2 つのトランザクション マネージャ間での相互通信が可能になり、これによってシステム間でのトランザクションの反映が可能になります。
指定した Transaction オブジェクトを表すエクスポート トランザクション Cookie。

トランザクションをエクスポートする場合は、このメソッドを呼び出します。転送される transaction は、トランザクション Cookie にマーシャリングされます。このトランザクション Cookie を目的のプロセスに送信できます。これを、プロセスまたはシステム間でのトランザクションの反映と言います。この反映は、ローカル トランザクションが反映先にプッシュされるプッシュ モデルと考えることができます。したがって、whereabouts に格納される情報は、目的のトランザクション マネージャを示している必要があります。

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


Weblioに収録されているすべての辞書からTransactionInterop.GetExportCookie メソッドを検索する場合は、下記のリンクをクリックしてください。

- TransactionInterop.GetExportCookie メソッドのページへのリンク