An NDoc Documented Class Library

MsgFactory.RetrieveQueue Method (String, String, String, String)

Get an instance of a Queue from LDAP.

public static 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 queue

See Also

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