SPTracingService Class

Represents a farm scoped Windows service that enables Microsoft SharePoint Foundation 2010 diagnostic tracing.

Inheritance Hierarchy

System.Object
  Microsoft.SharePoint.Administration.SPAutoSerializingObject
    Microsoft.SharePoint.Administration.SPPersistedObject
      Microsoft.SharePoint.Administration.SPPersistedUpgradableObject
        Microsoft.SharePoint.Administration.SPService
          Microsoft.SharePoint.Administration.SPWindowsService
            Microsoft.SharePoint.Administration.SPTracingService

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
<GuidAttribute("1D5BAFE6-12C0-4100-8641-494EEAB64F20")> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPTracingService _
    Inherits SPWindowsService
'Usage
Dim instance As SPTracingService
[GuidAttribute("1D5BAFE6-12C0-4100-8641-494EEAB64F20")]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SPTracingService : SPWindowsService

Remarks

The members of this namespace or class are reserved for internal use and are not intended to be used directly from your code.

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

SPTracingService Members

Microsoft.SharePoint.Administration Namespace