Declaration

TnxAddSessionEvent = function (aSender : TnxBaseTransport; const aUserName : string; const aPassword : string; aTimeOut : Integer; aClientVersion : Integer; out aSessionID : TnxSessionID; out aServerVersion : Integer) : TnxResult of object;

 
Description

Definition for the OnAddSession event.

 
Parameters

aSender

the transport that received the event

aUserName

the user name that should be used for authentication

aPassword

the password that should be used for authentication

aTimeOut

the timeout in msec

aClientVersion

the version of the client who wants to connect

aSessionID

the returned SessionID

aServerVersion

the returned Server version

 
File

 
nxllTransport

Home | Site Contents | Documentation | NexusDB Manual V4 | Class Reference | Symbol Reference | Types