Interstage Shunsaku Data Manager Application Development Guide - Microsoft(R) Windows(R) 2000/ Microsoft(R) Windows Server(TM) 2003 - - UNIX -
Contents Index PreviousNext

Part 2 Developing Applications by APIs> Chapter 10 Developing .NET Applications> 10.3 How to Use .NET APIs> 10.3.1 Establishing a Connection

10.3.1.1 Configuring Settings in the API Environment File

This section explains how to establish a connection by configuring settings in the API environment file.

mark1Sample Code for C# .NET

ShunService service = new ShunService();
service.Connect();

mark1Sample Code for VB .NET

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 PreviousNext

All Rights Reserved, Copyright(C) FUJITSU LIMITED 2006