uCosminexus Application Server, Web Service Development Guide

[Contents][Glossary][Index][Back][Next]

destroy() method

Description

This method destroys the client. Consequently, all the system resources associated with the client are destroyed.

Invoke this method if there is no response during reception. If the method is invoked in other cases, the operation is not guaranteed.

After you invoke this method, do not reuse the Client object. If reused, the operation is not guaranteed.

Syntax

public void destroy()

Parameter

None.

Return value

None.

Notes

None.