SPRoutingCustomMachineInfo-Klasse
Diese Klasse definiert die Attribute für ein Routingziel, die von einem Computer außerhalb der Farm gefunden wird. Hinweis: Diese Klasse wird hauptsächlich verwendet, um untergeordnete Elemente für das [SPRequestManagementSettings] -Objekt (Farm Vs benutzerdefinierte Maschinen) zu unterscheiden.
Vererbungshierarchie
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
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Die Threadsicherheit von Instanzmembern ist nicht gewährleistet.