TIBCO Enterprise Message Service 4.3.0 .NET Client Class Library

TopicRequestor Constructor 

Construct a TopicRequestor object given a topic session and topic.

public TopicRequestor(
   TopicSession session,
   Topic topic
);

Parameters

session
The non-transacted topic session
topic
The topic destination on which to send request and wait for reply. Note that this topic must belong to the TopicSession provided by the session parameter

Remarks

For complete details, see the corresponding item in the book TIBCO Enterprise Message Service .NET Reference.

Exceptions

Exception Type Condition
EMSException An EMSExceptin may be thrown in case of failure

See Also

TopicRequestor Class | TIBCO.EMS Namespace