Novell.Directory.Ldap.LdapResponseQueue.LdapResponseQueue C# (CSharp) Method

LdapResponseQueue() private method

Constructs a response queue using the specified message agent
private LdapResponseQueue ( MessageAgent agent ) : System
agent MessageAgent The message agent to associate with this queue ///
return System
        internal LdapResponseQueue(MessageAgent agent)
            : base("LdapResponseQueue", agent)
        {
            return ;
        }