An NDoc Documented Class Library

ISession.RetrieveQueue Method (String, String, String, String)

Retrieve a queue from LDAP

IDestination RetrieveQueue(
   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 queue object.

See Also

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