PosCommon.RetrieveStatistics Method (String[]) (POS for .NET v1.14 SDK Documentation)
3/2/2014
Retrieves the specified statistics.
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Syntax
'Declaration
Public MustOverride Function RetrieveStatistics ( _
statistics As String() _
) As String
public abstract string RetrieveStatistics (
string[] statistics
)
public:
virtual String^ RetrieveStatistics (
array<String^>^ statistics
) abstract
public abstract String RetrieveStatistics (
String[] statistics
)
public abstract function RetrieveStatistics (
statistics : String[]
) : String
Parameters
- statistics
Remarks
RetrieveStatistics is always executed synchronously.
RetrieveStatistics returns a string of statistics if it is successful. It may throw a PosControlException exception with the following values:
Value |
Meaning |
Illegal |
One of the following conditions has occurred:
|
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.
See Also
Reference
PosCommon Class
PosCommon Members
Microsoft.PointOfService Namespace
CapStatisticsReporting