RetrieveTransactionList Method

Retrieves the list of suspended transactions from a store.

Namespace:  Microsoft.Dynamics.Retail.Pos.Contracts.BusinessLogic
Assembly:  Microsoft.Dynamics.Retail.Pos.Contracts (in Microsoft.Dynamics.Retail.Pos.Contracts.dll)

Syntax

'Declaration
Function RetrieveTransactionList ( _
    storeId As String _
) As DataTable
'Usage
Dim instance As ISuspendRetrieveSystem
Dim storeId As String
Dim returnValue As DataTable

returnValue = instance.RetrieveTransactionList(storeId)
DataTable RetrieveTransactionList(
    string storeId
)
DataTable^ RetrieveTransactionList(
    String^ storeId
)

Parameters

Return Value

Type: System.Data.DataTable
The list of transactions on the given store.

See Also

Reference

ISuspendRetrieveSystem Interface

Microsoft.Dynamics.Retail.Pos.Contracts.BusinessLogic Namespace