Interstage Application Server リファレンスマニュアル(API編) |
目次
索引
![]() ![]() |
第1章 C言語インタフェース | > 1.11 その他の関数 |
CORBA_send_multiple_requests
#include <orb.h> CORBA_ORBStatus CORBA_send_multiple_requests( CORBA_Request req[], CORBA_Environment *env, CORBA_long count, CORBA_Flags invoke_flags);
1つ以上のリクエストを並行に送信します。
CORBA_Request_send()と同様に、サーバアプリケーションの関数が終わるのを待たずに呼び出し元に復帰します。
CORBA_Request_get_response(), CORBA_get_next_response()を用いることによって、サーバアプリケーションの関数の終わりを判断することができます。
正常終了した場合は、CORBA_OKが返されます。
異常終了した場合は、CORBA_FAILEDが返されます。
目次
索引
![]() ![]() |