An NDoc Documented Class Library

ISession.RetrieveTopic Method (String, String, String, String)

Retrieve a topic from LDAP

IDestination RetrieveTopic(
   string bindingName,
   string ldapUrl,
   string userName,
   string password
);

Parameters

bindingName
The LDAP binding name from which the queue definition is obtained.
ldapUrl
The url to the LDAP where the administred objects are stored.
userName
The user name of the LDAP.
password
The password.

Return Value

A new topic object.

See Also

ISession Interface | webMethods.Msg Namespace | ISession.RetrieveTopic Overload List