SPUsageReceiver.UsageImported method
Occurs right after a Usage Definition has completed importing it's usage data.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overridable Sub UsageImported ( _
usageProperties As SPUsageReceiverProperties _
)
'Usage
Dim instance As SPUsageReceiver
Dim usageProperties As SPUsageReceiverProperties
instance.UsageImported(usageProperties)
public virtual void UsageImported(
SPUsageReceiverProperties usageProperties
)
Parameters
usageProperties
Type: Microsoft.SharePoint.Administration.SPUsageReceiverPropertiesAn SPUsageReceiverProperties object that represents the properties of the event.