Share via


AnalyticsTenantConfig.UnregisterEventType method

Unregisters an event for use by a tenant.

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

Syntax

'Declaration
Public Sub UnregisterEventType ( _
    customEventTypeId As Guid _
)
'Usage
Dim instance As AnalyticsTenantConfig
Dim customEventTypeId As Guid

instance.UnregisterEventType(customEventTypeId)
public void UnregisterEventType(
    Guid customEventTypeId
)

Parameters

  • customEventTypeId
    Type: System.Guid

    The application ID to use to record the event.

See also

Reference

AnalyticsTenantConfig class

AnalyticsTenantConfig members

Microsoft.Office.Server.Search.Analytics namespace