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 - useEvents
- Indicates whether event triggers should be hooked
Return Value
The CSide Client instance corresponding to the server/database/company givenIf 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. Also, if the instance you are trying to bind to is busy it will likely not be found.
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