SPRequestManagementServiceInstance class
代表會決定要求管理是否執行電腦的服務執行個體。
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
'宣告
<GuidAttribute("E704C31C-C25D-49D1-8F31-20C12E06C688")> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPRequestManagementServiceInstance _
Inherits SPServiceInstance
'用途
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.