[TIBCO.EMS .NET client library 6.0 documentation]

Send the request message and obtain its reply.

Namespace:  TIBCO.EMS
Assembly:  TIBCO.EMS (in TIBCO.EMS.dll)

Syntax

public Message Request(
	Message message
)
Public Function Request ( _
	message As Message _
) As Message
public:
Message^ Request(
	Message^ message
)

Parameters

message
Type: TIBCO.EMS..::.Message
The request message.

Return Value

The reply for the request sent.

Remarks

The requestor receives only the first reply. It discards other replies that arrive subsequently.

Exceptions

ExceptionCondition
TIBCO.EMS..::.EMSExceptionIn case of errors in sending request and receiving reply

See Also