[TIBCO.EMS .NET client library 6.0 documentation]
Assembly: TIBCO.EMS (in TIBCO.EMS.dll)
Add or change the lookup context settings defined in a
hash table.
Namespace:
TIBCO.EMSAssembly: 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
Exception | Condition |
---|---|
System..::.ArgumentException | If the prop table is null |