Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Balances the load for the document converter.
Inheritance Hierarchy
System.Object
System.Web.UI.Control
System.Web.UI.TemplateControl
System.Web.UI.Page
GlobalAdminPageBase
Microsoft.Office.DocumentManagement.AdminPages.DocConvLoadBalancer
Namespace: Microsoft.Office.DocumentManagement.AdminPages
Assembly: Microsoft.Office.DocumentManagement.AdminPages (in Microsoft.Office.DocumentManagement.AdminPages.dll)
Syntax
'Declaration
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
<PermissionSetAttribute(SecurityAction.InheritanceDemand, Name := "FullTrust")> _
Public Class DocConvLoadBalancer _
Inherits GlobalAdminPageBase
'Usage
Dim instance As DocConvLoadBalancer
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
[PermissionSetAttribute(SecurityAction.InheritanceDemand, Name = "FullTrust")]
public class DocConvLoadBalancer : GlobalAdminPageBase
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.