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

server
configuration

Glossary Item Box

Creates the node managers for the server.

Syntax

Visual Basic (Declaration) 
Protected Overrides Function CreateMasterNodeManager( _
   ByVal server As IServerInternal, _
   ByVal configuration As ApplicationConfiguration _
) As MasterNodeManager
C# 
protected override MasterNodeManager CreateMasterNodeManager( 
   IServerInternal server,
   ApplicationConfiguration configuration
)

Parameters

server
configuration

Remarks

This method allows the sub-class create any additional node managers which it uses. The SDK always creates a CoreNodeManager which handles the built-in nodes defined by the specification. Any additional NodeManagers are expected to handle application specific nodes.

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.