TIBCO Enterprise Message Service 4.3.0 .NET Client Class Library

LookupContext.Lookup Method 

Look up an object by its name. This method provides the naming service to query an object by its name

public virtual object Lookup(
   string name
);

Parameters

name
The name of the object to look up from the naming server

Return Value

The object that is been queried

Remarks

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

Exceptions

Exception Type Condition
AuthenticationException if authentication to the naming server has failed
ServiceUnavailableException if the naming service is unavailable
NamingException if object of the given name is not found or query to naming service failed

See Also

LookupContext Class | TIBCO.EMS Namespace