GetWhereabouts Method

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

See Also

Reference

OrdersWebService Class

OrdersWebService Members

Microsoft.CommerceServer.Orders.WebService Namespace