An NDoc Documented Class Library

MsgFactory.RetrieveTopic Method (String, String, String, String)

Get an instance of a Topic from LDAP.

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

Parameters

bindingName
The LDAP binding name from which the topic 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 topic

See Also

MsgFactory Class | webMethods.Msg Namespace | MsgFactory.RetrieveTopic Overload List