[TIBCO.EMS.UFOCLIENT .NET client library 6.3 documentation]

Create a new LookupContext object with specific properties

Namespace:  TIBCO.EMS.UFO
Assembly:  TIBCO.EMS.UFO (in TIBCO.EMS.UFO.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
NamingExceptionIf error occurred in constructing a Namesearcher object

See Also