Compactdb, Drag, Endincomingsessionevents – Echelon OpenLNS User Manual

Page 705

Advertising
background image

OpenLNS Programmer's Reference

668

CompactDb

Summary

Defragments and re-indexes OpenLNS global database

. You

may not call this method on an OpenLNS database that is

open and in use by any client application.
You should backup all OpenLNS databases before calling this

method. Also, your computer should have at least twice as

much free disc space as the size of the database when you call

this method.

Availability

Local, full, lightweight, and independent clients.

Syntax

objServObject.CompactDb

Element

Description

objServObject

The

ObjectServer

object to be closed.

Added to API

Prior to LNS Release 3.0.

Drag

Summary

A standard ActiveX control method used for visual controls.

This method is not applicable for the Object Server

.

EndIncomingSessionEvents

Summary

Disables uplink session event handling for your application.

You should call this method before closing an application

that has registered for uplink session handling with the

BeginIncomingSessionEvents

method, or when you no longer

want the application to be responsible for handling incoming

sessions.

When you call the BeginIncomingSessionEvents method to

register for uplink session handling, you will select an

xDriver Profile to receive the uplink session requests with.

You should call the EndIncomingSessionEvents method for

each xDriver Profile used to receive uplink session requests

before closing an application.
These methods only apply to clients that are using the

OpenLDV xDriver to connect to remote network interface

(RNI) devices. For an overview of the OpenLDV xDriver, see

the OpenLNS Network Interface Drivers chapter of the

OpenLNS Programmer’s Guide.

Availability

Local, full, lightweight, and independent clients.

Syntax

objServer.

EndIncomingSessionEvents

xDriverProfileName

Element

Description

objServObject

String containing the name of the

xDriver Profile used in the call to

BeginIncomingSessionEvents

method.

Added to API

LNS Release 3.06.

Advertising