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
            WebSvcdiagnostics.SharePointDiagnostics

Namespace:  WebSvcdiagnostics
Assembly:  STSSOAP (in STSSOAP.dll)

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.

See also

Reference

SharePointDiagnostics members

WebSvcdiagnostics namespace