SPRoutingMachineInfo class

Contains routing machine information

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Administration.SPAutoSerializingObject
    Microsoft.SharePoint.Administration.SPPersistedObject
      Microsoft.SharePoint.Administration.SPRoutingMachineInfo
        Microsoft.SharePoint.Administration.SPRoutingCustomMachineInfo
        Microsoft.SharePoint.Administration.SPRoutingFarmMachineInfo

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

Syntax

'Declaration
<GuidAttribute("5D2E99EB-B6E3-476A-B384-B79BCEF67349")> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public MustInherit Class SPRoutingMachineInfo _
    Inherits SPPersistedObject
'Usage
Dim instance As SPRoutingMachineInfo
[GuidAttribute("5D2E99EB-B6E3-476A-B384-B79BCEF67349")]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public abstract class SPRoutingMachineInfo : SPPersistedObject

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

SPRoutingMachineInfo members

Microsoft.SharePoint.Administration namespace