Share via


DocConvLoadBalancer.Port_Validate method

NOTE: This API is now obsolete.

Validates the port that the DocConvLoadBalancer uses.

Namespace:  Microsoft.Office.DocumentManagement.AdminPages
Assembly:  Microsoft.Office.DocumentManagement.AdminPages (in Microsoft.Office.DocumentManagement.AdminPages.dll)

Syntax

'Declaration
<ObsoleteAttribute("This class is obsolete - use the specialized Office services instead for conversions",  _
    False)> _
Protected Sub Port_Validate ( _
    sender As Object, _
    e As ServerValidateEventArgs _
)
'Usage
Dim sender As Object
Dim e As ServerValidateEventArgs

Me.Port_Validate(sender, e)
[ObsoleteAttribute("This class is obsolete - use the specialized Office services instead for conversions", 
    false)]
protected void Port_Validate(
    Object sender,
    ServerValidateEventArgs e
)

Parameters

  • sender
    Type: System.Object

    The Object object that sends specific arguments when the port is validated.

See also

Reference

DocConvLoadBalancer class

DocConvLoadBalancer members

Microsoft.Office.DocumentManagement.AdminPages namespace