Share via


SPUsageReceiverDefinitionCollection.Remove method (Type)

Removes receiver definitions associated with the supplied usage receiver type.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Sub Remove ( _
    receiverType As Type _
)
'Usage
Dim instance As SPUsageReceiverDefinitionCollection
Dim receiverType As Type

instance.Remove(receiverType)
public void Remove(
    Type receiverType
)

Parameters

  • receiverType
    Type: System.Type

    The receiver type to be remove from this collection.

See also

Reference

SPUsageReceiverDefinitionCollection class

SPUsageReceiverDefinitionCollection members

Remove overload

Microsoft.SharePoint.Administration namespace