Share via


LogViewer.GetContentSourceSummaryStats Method

NOTE: This API is now obsolete.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
<ObsoleteAttribute("The LogViewer class is no longer supported and will be removed in a future release.")> _
Public Sub GetContentSourceSummaryStats ( _
    contentSourceId As Integer, _
    <OutAttribute> ByRef successCount As Integer, _
    <OutAttribute> ByRef warningCount As Integer, _
    <OutAttribute> ByRef errorCount As Integer _
)
'Usage
Dim instance As LogViewer
Dim contentSourceId As Integer
Dim successCount As Integer
Dim warningCount As Integer
Dim errorCount As Integer

instance.GetContentSourceSummaryStats(contentSourceId, _
    successCount, warningCount, errorCount)
[ObsoleteAttribute("The LogViewer class is no longer supported and will be removed in a future release.")]
public void GetContentSourceSummaryStats(
    int contentSourceId,
    out int successCount,
    out int warningCount,
    out int errorCount
)

Parameters

See Also

Reference

LogViewer Class

LogViewer Members

Microsoft.Office.Server.Search.Administration Namespace