uaPLUS Reference
OnServerStarting Method
See Also  Send Feedback
Advosol.uaPLUS Namespace > uaPLUS Class : OnServerStarting Method

configuration

Glossary Item Box

Initializes the server before it starts up.

Syntax

Visual Basic (Declaration) 
Protected Overrides Sub OnServerStarting( _
   ByVal configuration As ApplicationConfiguration _
) 
C# 
protected override void OnServerStarting( 
   ApplicationConfiguration configuration
)

Parameters

configuration

Remarks

This method is called before any startup processing occurs. The sub-class may update the configuration object or do any other application specific startup tasks.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family

See Also

© 2010-2018 Copyright Advosol Inc. All Rights Reserved.