Communication objects  kill()

Chapter 3: Message Objects and Methods

die()

Description

Shuts down a communication connection. If the connection is in listen up mode, it closes only the current conversation and continues to listen. Any pending connections remain pending.

Syntax

die()

Return value

Integer.

Returns 1 for success, and 0 for failure.

Usage

Pointer to object

Object

pcomm->die();

mycomm.die();





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

View this book as PDF