SearchServiceApplicationProxy.GetAnalyticsEventTypeDefinition method
Gets the analytics event type definition by id.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Function GetAnalyticsEventTypeDefinition ( _
tenantId As Guid, _
eventType As Integer _
) As AnalyticsEventTypeDefinition
'Usage
Dim instance As SearchServiceApplicationProxy
Dim tenantId As Guid
Dim eventType As Integer
Dim returnValue As AnalyticsEventTypeDefinition
returnValue = instance.GetAnalyticsEventTypeDefinition(tenantId, _
eventType)
public AnalyticsEventTypeDefinition GetAnalyticsEventTypeDefinition(
Guid tenantId,
int eventType
)
Parameters
tenantId
Type: System.Guidthe tenant id
eventType
Type: System.Int32the event type
Return value
Type: Microsoft.Office.Server.Search.Analytics.AnalyticsEventTypeDefinition
the analytics event type definition
Implements
IAnalyticsServiceApplication.GetAnalyticsEventTypeDefinition(Guid, Int32)
Remarks
This api differs from GetRegisteredAnalyticsEventTypeDefinition in that it will return the event type definition for OOB events.
See also
Reference
SearchServiceApplicationProxy class