Share via


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

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

Syntax

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

Parameters

See also

Reference

SPUserEngagement class

SPUserEngagement members

WriteLogInternal overload

Microsoft.SharePoint.Administration namespace