IDiagnosticsDataservice.PutDiagnosticsData method
Put the diagnostics data to the store
Namespace: Microsoft.SharePoint.Diagnostics
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<WebInvokeAttribute(UriTemplate := "Data", Method := "PUT", RequestFormat := WebMessageFormat.Json, _
ResponseFormat := WebMessageFormat.Json)> _
<OperationContractAttribute> _
Sub PutDiagnosticsData ( _
scopes As SPDiagnosticsData() _
)
'Usage
Dim instance As IDiagnosticsDataservice
Dim scopes As SPDiagnosticsData()
instance.PutDiagnosticsData(scopes)
[WebInvokeAttribute(UriTemplate = "Data", Method = "PUT", RequestFormat = WebMessageFormat.Json,
ResponseFormat = WebMessageFormat.Json)]
[OperationContractAttribute]
void PutDiagnosticsData(
SPDiagnosticsData[] scopes
)
Parameters
- scopes
Type: []
See also
Reference
IDiagnosticsDataservice interface