SPRoutingFarmMachineInfo class
This class defines the attributes for a routing target that is a machine found inside of the farm. NOTE: this class is mainly used to differentiate children on the [SPRequestManagementSettings] object (farm vs custom machines)
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Administration.SPAutoSerializingObject
Microsoft.SharePoint.Administration.SPPersistedObject
Microsoft.SharePoint.Administration.SPRoutingMachineInfo
Microsoft.SharePoint.Administration.SPRoutingFarmMachineInfo
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<GuidAttribute("00E47347-96BE-4431-9E91-C5D768A7C4D5")> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPRoutingFarmMachineInfo _
Inherits SPRoutingMachineInfo
'Usage
Dim instance As SPRoutingFarmMachineInfo
[GuidAttribute("00E47347-96BE-4431-9E91-C5D768A7C4D5")]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SPRoutingFarmMachineInfo : SPRoutingMachineInfo
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.