2008 Style
GetSpecificClient(ServerType,String,String,String) Method
See Also  Send Feedback
Org.Edgerunner.Dynamics.Nav.CSide Namespace > Client Class > GetSpecificClient Method : GetSpecificClient(ServerType,String,String,String) Method



serverType
The server type.
server
The server. If server is an empty string or null, it is ignored
database
The database. If database is an empty string or null, it is ignored
company
The company. If company is an empty string or null, it is ignored

Glossary Item Box

Gets the specific running Navision client instance that corresponds to the supplied serverType/server/database/company.

Syntax

 
Visual Basic (Declaration)
Visual Basic (Usage)
C#
C++/CLI
 
 

Parameters

serverType
The server type.
server
The server. If server is an empty string or null, it is ignored
database
The database. If database is an empty string or null, it is ignored
company
The company. If company is an empty string or null, it is ignored

Return Value

The CSide Client instance corresponding to the server/database/company given

Remarks

If a client instance already exists it will be returned the way it is, regardless of the useEvents parameter. This means if you wish to be absolutely certain you should cleanup any existing client instances.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2013 All Rights Reserved.