| StatisticsManagerSourceStatistics Method |
Obtains the statistics for the provided list of sources, or all sources if none are provided.
Namespace:
Law.EdaIntegration.Statistics
Assembly:
Law.EdaIntegration (in Law.EdaIntegration.dll) Version: 7.3
Syntax public IEnumerable<SourceStatistics> SourceStatistics(
IEnumerable<int> sourceIds = null
)
Parameters
- sourceIds (Optional)
- Type: System.Collections.GenericIEnumerableInt32
[Missing <param name="sourceIds"/> documentation for "M:Law.EdaIntegration.Statistics.StatisticsManager.SourceStatistics(System.Collections.Generic.IEnumerable{System.Int32})"]
Return Value
Type:
IEnumerableSourceStatisticsA list if
SourceStatistics(IEnumerableInt32) containing the available statistics for each source.
See Also