debugOn()  dumpProps()

Chapter 5: General Objects and Methods

deleteProp()

Description

Deletes message properties for the given type.

Syntax

deleteProp(proptype ptype, string propname);

Parameter

Description

ptype

Property type to delete. These include:

  • OT_PROP_CONTEXT

  • OT_PROP_TRANSPORT

  • OT_PROP_GET

  • OT_PROP_PUT

propname

Name of the property to delete.

Return value

None.

Usage

Pointer to object

Object

pot->deleteProp    (OT_PROP_TRANSPORT,    "NNOT_TIL_OPEN_TSI”);

string propname;propname = “NNOT_TIL_OPEN_TSI”;

my_otobj.deleteProp    (OT_PROP_TRANSPORT,propname);





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

View this book as PDF