[TIBCO.EMS .NET client library 5.1 documentation]

Add or change the lookup context settings defined in a hash table.

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

Syntax

public void AddSettings(
	Hashtable prop
)
Public Sub AddSettings ( _
	prop As Hashtable _
)
public:
virtual void AddSettings(
	Hashtable^ prop
) sealed

Parameters

prop
Type: System.Collections..::.Hashtable
The hash table that contains the name-value pairs used to set the lookup context.

Implements

ILookupContext..::.AddSettings(Hashtable)

Remarks

Settings are mainly connection parameters and lookup parameters.

Example: LDAP_SERVER_URL

Exceptions

ExceptionCondition
System..::.ArgumentExceptionIf the prop table is null

See Also