Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets the whereabouts for DTC.
Namespace: Microsoft.CommerceServer.Orders.WebService
Assembly: Microsoft.CommerceServer.Orders.DataManagement (in Microsoft.CommerceServer.Orders.DataManagement.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Overridable Function GetWhereabouts As Byte()
'Usage
Dim instance As OrdersWebService
Dim returnValue As Byte()
returnValue = instance.GetWhereabouts()
[WebMethodAttribute]
public virtual byte[] GetWhereabouts()
[WebMethodAttribute]
public:
virtual array<unsigned char>^ GetWhereabouts()
public function GetWhereabouts() : byte[]
Return Value
Type: array<System..::.Byte>[]()[]
A DataSet containing state transition information used by the LOB system.
Remarks
Gets the whereabouts for DTC. The Microsoft Distributed Transaction Coordinator (the DTC) is a distributed transaction facility which uses proven transaction processing technology.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.