Interstage Shunsaku Data Manager Application Development Guide - Microsoft(R) Windows(R) 2000/ Microsoft(R) Windows Server(TM) 2003 - - UNIX - |
Contents
Index
![]() ![]() |
Part 2 Developing Applications by APIs | > Chapter 10 Developing .NET Applications | > 10.3 How to Use .NET APIs | > 10.3.1 Establishing a Connection |
This section explains how to establish a connection by configuring settings in the API environment file.
ShunService service = new ShunService(); service.Connect(); |
Dim service As New ShunService () service.Connect() |
Refer to 2.4 Setting Up Environment Files for more information on API environment file settings.
Contents
Index
![]() ![]() |