SPAnalyticsUsageEntry.LogAnalyticsEvent method
Overload list
Name | Description | |
---|---|---|
LogAnalyticsEvent(SPAnalyticsUsageEntry) | Logs an analytics event into the analytics pipeline. | |
LogAnalyticsEvent(Int32, String) | Creates and logs an analytics event into the analytics pipeline. | |
LogAnalyticsEvent(Guid, String, SPSite) | Creates and logs an analytics event into the analytics pipeline. | |
LogAnalyticsEvent(Guid, String, Guid) | Creates and log an analytics event into the analytics pipeline. | |
LogAnalyticsEvent(Int32, String, SPSite) | Creates and logs an analytics event into the analytics pipeline. | |
LogAnalyticsEvent(Int32, String, Guid) | Creates and logs an analytics event into the analytics pipeline. | |
LogAnalyticsEvent(Guid, String, Guid, SPSite) | Creates and logs an analytics event into the analytics pipeline. | |
LogAnalyticsEvent(Int32, String, Guid, SPSite) | Creates and logs an analytics event into the analytics pipeline. |
Top