Share via


UserEngagement.WriteLog method (String, String, String, String, Guid, String, Int64, String, String, String, String, String, String)

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

Syntax

'Declaration
Public Shared Sub WriteLog ( _
    pEngagementName As String, _
    pUserAgent As String, _
    pProperties As String, _
    pUserKey As String, _
    pEngagementId As Guid, _
    pLogType As String, _
    pDuration As Long, _
    pSource As String, _
    pClientLanguage As String, _
    pServerLanguage As String, _
    pSiteId As String, _
    pWebId As String, _
    pListId As String _
)
'Usage
Dim pEngagementName As String
Dim pUserAgent As String
Dim pProperties As String
Dim pUserKey As String
Dim pEngagementId As Guid
Dim pLogType As String
Dim pDuration As Long
Dim pSource As String
Dim pClientLanguage As String
Dim pServerLanguage As String
Dim pSiteId As String
Dim pWebId As String
Dim pListId As StringUserEngagement.WriteLog(pEngagementName, pUserAgent, _
    pProperties, pUserKey, pEngagementId, _
    pLogType, pDuration, pSource, pClientLanguage, _
    pServerLanguage, pSiteId, pWebId, _
    pListId)
public static void WriteLog(
    string pEngagementName,
    string pUserAgent,
    string pProperties,
    string pUserKey,
    Guid pEngagementId,
    string pLogType,
    long pDuration,
    string pSource,
    string pClientLanguage,
    string pServerLanguage,
    string pSiteId,
    string pWebId,
    string pListId
)

Parameters

See also

Reference

UserEngagement class

UserEngagement members

WriteLog overload

Microsoft.SharePoint.Administration namespace