SearchServiceApplicationProxy.GetTenantAnalyticsItemData method
Gets the analytics item data rolled up to the tenant.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Function GetTenantAnalyticsItemData ( _
eventType As Integer, _
tenantId As Guid _
) As AnalyticsItemData
'Usage
Dim instance As SearchServiceApplicationProxy
Dim eventType As Integer
Dim tenantId As Guid
Dim returnValue As AnalyticsItemData
returnValue = instance.GetTenantAnalyticsItemData(eventType, _
tenantId)
public AnalyticsItemData GetTenantAnalyticsItemData(
int eventType,
Guid tenantId
)
Parameters
eventType
Type: System.Int32the event type
tenantId
Type: System.Guidthe tenant id
Return value
Type: Microsoft.Office.Server.Search.Analytics.AnalyticsItemData
the analytics item data
Implements
IAnalyticsServiceApplication.GetTenantAnalyticsItemData(Int32, Guid)
See also
Reference
SearchServiceApplicationProxy class