ProjectDataAnalytics.WriteLog method (String, String, Guid, String, Guid, String, String, String, String, Int32)

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

Syntax

'Declaration
Public Shared Sub WriteLog ( _
    pDbName As String, _
    pDbServerName As String, _
    pSiteId As Guid, _
    pSiteUrl As String, _
    pSiteSubscriptionId2 As Guid, _
    pEntityType As String, _
    pCategory As String, _
    pCategoryName As String, _
    pName As String, _
    pValue As Integer _
)
'Usage
Dim pDbName As String
Dim pDbServerName As String
Dim pSiteId As Guid
Dim pSiteUrl As String
Dim pSiteSubscriptionId2 As Guid
Dim pEntityType As String
Dim pCategory As String
Dim pCategoryName As String
Dim pName As String
Dim pValue As IntegerProjectDataAnalytics.WriteLog(pDbName, pDbServerName, _
    pSiteId, pSiteUrl, pSiteSubscriptionId2, _
    pEntityType, pCategory, pCategoryName, _
    pName, pValue)
public static void WriteLog(
    string pDbName,
    string pDbServerName,
    Guid pSiteId,
    string pSiteUrl,
    Guid pSiteSubscriptionId2,
    string pEntityType,
    string pCategory,
    string pCategoryName,
    string pName,
    int pValue
)

Parameters

See also

Reference

ProjectDataAnalytics class

ProjectDataAnalytics members

WriteLog overload

Microsoft.SharePoint.Administration namespace