Unregister Connection

This functionality closes a connection to the ClientSite.

 

Usage in Visual C++/Visual Basic Application

Usage in Java Application

Error

 

Usage in Visual C++/Visual Basic Application

Prototype

int WINAPI NGISUnRegisterConnection ( LPTSTR cabinetName, LPTSTR ipAddress,

          short portId

                                     )

 

Input Parameters description

Name

Description

Valid Values

Type Of Parameter

CabinetName

Name of the Image Cabinet to which the User wants to connect.

Not Null

Input Parameter

ipAddress

IP Address where the JTS Server is running

aA valid IP address

Input Parameter

portId

Port on which the JTS is running

short > 0

Input Parameter

 

Output Parameters

This method returns an integer, which will be 1 in case of success else an error code will be returned.

 

 

Usage in Java Application

 

Prototype

public int JPISUnRegisterConnection ()

 

Input Parameters description

There is no input parameter in this method.

 

Output Parameters

This method returns an integer that will be 1 in case of success else an error code will be returned.