SuspendedTransactionCount Method

A count of suspended transactions in the store.

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

Syntax

'Declaration
Function SuspendedTransactionCount As Integer
'Usage
Dim instance As ISuspendRetrieveSystem
Dim returnValue As Integer

returnValue = instance.SuspendedTransactionCount()
int SuspendedTransactionCount()
int SuspendedTransactionCount()

Return Value

Type: System.Int32
The count of suspended transactions.

See Also

Reference

ISuspendRetrieveSystem Interface

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