Share via


SPUserEngagement.WriteLogInternal method (String, String, Guid, Dictionary<String, Object>, SPLogType, Nullable<Int64>, String, String)

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

Syntax

'Declaration
Public Shared Sub WriteLogInternal ( _
    engagementName As String, _
    userLogin As String, _
    siteSubscriptionId As Guid, _
    properties As Dictionary(Of String, Object), _
    logType As SPLogType, _
    duration As Nullable(Of Long), _
    source As String, _
    userAgent As String _
)
'Usage
Dim engagementName As String
Dim userLogin As String
Dim siteSubscriptionId As Guid
Dim properties As Dictionary(Of String, Object)
Dim logType As SPLogType
Dim duration As Nullable(Of Long)
Dim source As String
Dim userAgent As StringSPUserEngagement.WriteLogInternal(engagementName, _
    userLogin, siteSubscriptionId, properties, _
    logType, duration, source, userAgent)
public static void WriteLogInternal(
    string engagementName,
    string userLogin,
    Guid siteSubscriptionId,
    Dictionary<string, Object> properties,
    SPLogType logType,
    Nullable<long> duration,
    string source,
    string userAgent
)

Parameters

See also

Reference

SPUserEngagement class

SPUserEngagement members

WriteLogInternal overload

Microsoft.SharePoint.Administration namespace