SPResourceMeasure class
Encapsulates the administrative thresholds and logic that regulates how a server/OS resource participates into global server resource usage.
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Administration.SPAutoSerializingObject
Microsoft.SharePoint.Administration.SPPersistedObject
Microsoft.SharePoint.Administration.SPResourceMeasure
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<GuidAttribute("266F0EE3-922F-440f-9447-BBA8342FA279")> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPResourceMeasure _
Inherits SPPersistedObject _
Implements IBackupRestoreConfiguration, IBackupRestore
'Usage
Dim instance As SPResourceMeasure
[GuidAttribute("266F0EE3-922F-440f-9447-BBA8342FA279")]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SPResourceMeasure : SPPersistedObject,
IBackupRestoreConfiguration, IBackupRestore
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.