FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsDBAuditLogProvider..::..getSummaryByauditSource Method

Gets the summary by audit source

Namespace:  FlowWright.cDevErrorProvider
Assembly:  cDevErrorProvider (in cDevErrorProvider.dll)

Syntax


public Dictionary<string, long> getSummaryByauditSource(
	string auditSource
)
Public Function getSummaryByauditSource ( _
	auditSource As String _
) As Dictionary(Of String, Long)
public:
Dictionary<String^, long long^>^ getSummaryByauditSource(
	String^ auditSource
)

Parameters

auditSource
Type: String
The audit source.

Return Value

Dictionary<System.String, System.Int64>.