PreviousNextIndex

SET-CONNECT-PROCEDURE( ) method

Identifies the name of the procedure that is invoked when a CONNECT event occurs.

Return type: LOGICAL

Applies to: Server socket object handle

Syntax
SET-CONNECT-PROCEDURE( event-internal-procedure  [ , procedure-context ] ) 

event-internal-procedure
procedure-context

Returns FALSE if procedure-context is not a valid handle, returns TRUE otherwise. If this method is not invoked, or if it fails, no connection procedure will be executed when the CONNECT event occurs.

For more information on connecting sockets, see OpenEdge Development: Programming Interfaces.


OpenEdge Release 10.2B
Copyright © 2009 Progress Software Corporation
PreviousNextIndex