TransactionInterop.GetWhereabouts Method
Gets the Whereabouts of the distributed transaction manager that System.Transactions uses.
Assembly: System.Transactions (in System.Transactions.dll)
Return Value
Type: System.Byte[]The Whereabouts of the distributed transaction manager that System.Transactions uses.
The Whereabouts contains an address that describes the location of a transaction manager. This permits two transaction managers to communicate with one another and thereby propagate a transaction from one system to the other. The information returned by this method can be used to provide location information for push model transaction propagation with the GetExportCookie method.
For more information on different propagation models, see the Remarks section of the TransactionInterop class.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.