LogViewer.GetContentSourceSummaryStats Method
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
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)
public void GetContentSourceSummaryStats(
int contentSourceId,
out int successCount,
out int warningCount,
out int errorCount
)
Parameters
- contentSourceId
Type: System.Int32
- successCount
Type: System.Int32
- warningCount
Type: System.Int32
- errorCount
Type: System.Int32