Home > Contents > Index > 
Expanded TOC | Accordion TOC | Annotated TOC | Index 
ICS.DeleteSynchronizedHash
Deletes a synchronized hash.
Syntax
public boolean DeleteSynchronizedHash(String name)Parameters
name- Hash name.
 
Returns
Boolean success (
falsemeans no such hash).Errno
The
errnois cleared, or set if there is an error.Example
The following example deletes a synchronized hash:
boolean delHash = ics.DeleteSynchronizedHash("myHash"); if (!delHash) { //this hash does not exist }See Also
Home > Contents > Index > ![]()
FatWire JAVA Reference
Copyright 2005 by FatWire Software
All rights reserved.