Share via


DocConvLoadBalancer.OnLoad method

NOTE: This API is now obsolete.

Raises the Load event.

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 Overrides Sub OnLoad ( _
    args As EventArgs _
)
'Usage
Dim args As EventArgs

Me.OnLoad(args)
[ObsoleteAttribute("This class is obsolete - use the specialized Office services instead for conversions", 
    false)]
protected override void OnLoad(
    EventArgs args
)

Parameters

See also

Reference

DocConvLoadBalancer class

DocConvLoadBalancer members

Microsoft.Office.DocumentManagement.AdminPages namespace