[TIBCO.EMS .NET client library 6.3 documentation]
Assembly: TIBCO.EMS (in TIBCO.EMS.dll)
Create a new LookupContext object with specific properties
Namespace:
TIBCO.EMSAssembly: 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
Exception | Condition |
---|---|
TIBCO.EMS..::.NamingException | If error occurred in constructing a Namesearcher object |