Progress
Language Reference


CONNECTED( ) Method

Indicates if a server handle is currently connected to a Progress AppServer or if a socket handle is currently connected to a port.

Return Type: LOGICAL

Applies To: Server Object Handle, Socket Object Handle

SYNTAX
CONNECTED ( ) 

For the AppServer, the CONNECTED( ) method returns TRUE if the server handle refers to a connected AppServer, and returns FALSE otherwise. If a server handle was connected to an AppServer, but the connection was terminated abnormally (that is, other than by the DISCONNECT( ) method), the CONNECTED( ) method also returns FALSE.

For a socket object, the CONNECTED( ) method returns TRUE if the socket handle refers to a connected socket, and returns FALSE otherwise.

For more information on Progress AppServers, see Building Distributed Applications Using the Progress AppServer .


Copyright © 2004 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095