SPRequestManagementServiceInstance class
Represents an instance of a service that determines if request management is run for a machine.
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Administration.SPAutoSerializingObject
Microsoft.SharePoint.Administration.SPPersistedObject
Microsoft.SharePoint.Administration.SPPersistedUpgradableObject
Microsoft.SharePoint.Administration.SPServiceInstance
Microsoft.SharePoint.Administration.SPRequestManagementServiceInstance
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<GuidAttribute("E704C31C-C25D-49D1-8F31-20C12E06C688")> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPRequestManagementServiceInstance _
Inherits SPServiceInstance
'Usage
Dim instance As SPRequestManagementServiceInstance
[GuidAttribute("E704C31C-C25D-49D1-8F31-20C12E06C688")]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SPRequestManagementServiceInstance : SPServiceInstance
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.