Process

入力メッセージを処理し、サーバーから応答メッセージを取得します。

構文

Function process(IRequest As Message) As Message 

パラメータ

  • iRequest — "オプション" 設定と DataTable が格納された入力メッセージ オブジェクト。

結果

要求に対する応答メッセージを返します。

例外:

  • ERROR_NULL_INPUT_MESSAGE — 要求メッセージが NULL です。

Dim service As New G1CLIENTLib.service 
Dim replyMsg As G1CLIENTLib.Message 
...	
'Process the message and return back the response message 
Set replyMsg = service.process(requestMsg)