SPRoutingRule class

Rule for determining what set of machines apply to a request

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Administration.SPRequestManagementRule
    Microsoft.SharePoint.Administration.SPRoutingRule

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

Syntax

'Declaration
<SerializableAttribute> _
<GuidAttribute("ADD5E474-0B7B-460E-B71B-7748B019FBDA")> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPRoutingRule _
    Inherits SPRequestManagementRule
'Usage
Dim instance As SPRoutingRule
[SerializableAttribute]
[GuidAttribute("ADD5E474-0B7B-460E-B71B-7748B019FBDA")]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SPRoutingRule : SPRequestManagementRule

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

SPRoutingRule members

Microsoft.SharePoint.Administration namespace