SPDiagnosticsState class

Provides the state information needed to allow asynchronous operations to provide diagnostic information that can be coordinated with the original request

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Utilities.SPDiagnosticsState

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

Syntax

'Declaration
<SerializableAttribute> _
Public NotInheritable Class SPDiagnosticsState _
    Implements IXmlSerializable
'Usage
Dim instance As SPDiagnosticsState
[SerializableAttribute]
public sealed class SPDiagnosticsState : IXmlSerializable

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

SPDiagnosticsState members

Microsoft.SharePoint.Utilities namespace