Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (日本語) » QAnywhere » QAnywhere リファレンス » QAnywhere C++ API リファレンス » QAManagerBase クラス

 

deleteMessage 関数

構文
void QAManagerBase::deleteMessage(
  QAMessage * msg
)
パラメータ
  • msg   削除するメッセージ。

備考

QAMessage オブジェクトを削除します。

デフォルトでは、createTextMessage または createBinaryMessage によって作成されたメッセージは、QAManagerBase をクローズすると自動的に削除されます。このメソッドを使用すると、メッセージを削除するタイミングをより柔軟に管理できます。