FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

IErrorProvider..::..getSummaryBySource Method

Gets the summary by source.

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

Syntax


Dictionary<string, long> getSummaryBySource(
	string sErrorSource
)
Function getSummaryBySource ( _
	sErrorSource As String _
) As Dictionary(Of String, Long)
Dictionary<String^, long long^>^ getSummaryBySource(
	String^ sErrorSource
)

Parameters

sErrorSource
Type: String
The s error source.

Return Value

Dictionary<System.String, System.Int64>.