SPRoutingCustomMachineInfo class

This class defines the attributes for a routing target that is a machine found outside 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.SPRoutingCustomMachineInfo

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

Syntax

'Declaration
<GuidAttribute("D80773FF-03F4-4513-880D-739B383D7C16")> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPRoutingCustomMachineInfo _
    Inherits SPRoutingMachineInfo
'Usage
Dim instance As SPRoutingCustomMachineInfo
[GuidAttribute("D80773FF-03F4-4513-880D-739B383D7C16")]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SPRoutingCustomMachineInfo : 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.

See also

Reference

SPRoutingCustomMachineInfo members

Microsoft.SharePoint.Administration namespace