SharePointDiagnostics Class
This web service is used to communicate with Microsoft SharePoint Foundation 2010 diagnostic services. Client applications can call this web service to report errors and other diagnostic data.
Inheritance Hierarchy
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Web.Services.Protocols.WebClientProtocol
System.Web.Services.Protocols.HttpWebClientProtocol
System.Web.Services.Protocols.SoapHttpClientProtocol
[Diagnostics Web service].SharePointDiagnostics
Namespace: [Diagnostics Web service]
Web service reference: http://Site/_vti_bin/Diagnostics.asmx
Syntax
'Declaration
<WebServiceBindingAttribute(Name := "SharePointDiagnosticsSoap", Namespace := "https://schemas.microsoft.com/sharepoint/diagnostics/")> _
Public Class SharePointDiagnostics _
Inherits SoapHttpClientProtocol
'Usage
Dim instance As SharePointDiagnostics
[WebServiceBindingAttribute(Name = "SharePointDiagnosticsSoap", Namespace = "https://schemas.microsoft.com/sharepoint/diagnostics/")]
public class SharePointDiagnostics : SoapHttpClientProtocol
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.