SPMonitoredScopeData class

This is basically the data stored in SPMonitoredScope.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Diagnostics.SPMonitoredScopeData

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

Syntax

'Declaration
<DataContractAttribute> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPMonitoredScopeData
'Usage
Dim instance As SPMonitoredScopeData
[DataContractAttribute]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SPMonitoredScopeData

Remarks

SPMonitoredScope is used in the code that works as a behavior. The SPMonitoredScopeData is used to represent the data only.

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

SPMonitoredScopeData members

Microsoft.SharePoint.Diagnostics namespace