Novell.Directory.Ldap.LdapMessageQueue.isResponseReceived C# (CSharp) Method

isResponseReceived() public method

Reports true if any response has been received from the server and not yet retrieved with getResponse. If getResponse has been used to retrieve all messages received to this point, then isResponseReceived returns false.
public isResponseReceived ( ) : bool
return bool
        public virtual bool isResponseReceived()
        {
            return agent.isResponseReceived();
        }

Same methods

LdapMessageQueue::isResponseReceived ( int msgid ) : bool