Share via


SPDiagnosticsDataService.PutDiagnosticsData method

Put one or multiple SPDiangosticsData to the store. The correlation id must be specified.

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

Syntax

'Declaration
Public Sub PutDiagnosticsData ( _
    data As SPDiagnosticsData() _
)
'Usage
Dim instance As SPDiagnosticsDataService
Dim data As SPDiagnosticsData()

instance.PutDiagnosticsData(data)
public void PutDiagnosticsData(
    SPDiagnosticsData[] data
)

Parameters

  • data
    Type: []

Implements

IDiagnosticsDataservice.PutDiagnosticsData([])

See also

Reference

SPDiagnosticsDataService class

SPDiagnosticsDataService members

Microsoft.SharePoint.Diagnostics namespace