[TIBCO.EMS .NET client library 5.1 documentation]

Create a new LookupContext object with specific properties

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

Syntax

public LookupContext(
	Hashtable prop
)
Public Sub New ( _
	prop As Hashtable _
)
public:
LookupContext(
	Hashtable^ prop
)

Parameters

prop
Type: System.Collections..::.Hashtable
The hashtable of property settings

Remarks

This method creates a new lookup context with the given property settings. The properties that are being referred to here are lookup context properties required to connect naming server.

Exceptions

ExceptionCondition
TIBCO.EMS..::.NamingExceptionIf error occurred in constructing a Namesearcher object

See Also