C# Class Novell.Directory.Ldap.Extensions.PartitionEntryCountResponse

Returns the number of entries in the partition. An object in this class is generated from an ExtendedResponse object using the ExtendedResponseFactory class. The PartitionEntryCountResponse extension uses the following OID: 2.16.840.1.113719.1.27.100.14
Inheritance: Novell.Directory.Ldap.LdapExtendedResponse
Afficher le fichier Open project: EventStore/csharp-ldap

Méthodes publiques

Méthode Description
PartitionEntryCountResponse ( RfcLdapMessage rfcMessage ) : System

Constructs an object from the responseValue which contains the entry count. The constructor parses the responseValue which has the following format: responseValue ::= count INTEGER

Method Details

PartitionEntryCountResponse() public méthode

Constructs an object from the responseValue which contains the entry count. The constructor parses the responseValue which has the following format: responseValue ::= count INTEGER
IOException The response value could not be decoded. ///
public PartitionEntryCountResponse ( RfcLdapMessage rfcMessage ) : System
rfcMessage Novell.Directory.Ldap.Rfc2251.RfcLdapMessage
Résultat System