die()  restart()

Chapter 3: Message Objects and Methods

kill()

Description

Shuts down a communication connection. When in listen up mode, the current connection is closed. When you run this method, closeflow is not automatically called. To call closeflow functions, you must do it programatically after you run the method.

Syntax

kill();

Return value

Integer.

Returns 1 for success, and 0 for failure.

Usage

Pointer to object

Object

pcomm->kill();

my_comm.kill();





Copyright © 2005. Sybase Inc. All rights reserved. restart()

View this book as PDF