API Reference
Class
CountResult
Result of an approximate LDAP count.
Inheritance
- Object
- CountResult
Constructors
public CountResult(Int64 Count, Boolean Completed, TimeSpan Duration) #Result of an approximate LDAP count.
Parameters
- Count System.Int64
- Number of objects counted.
- Completed System.Boolean
- True when the count finished within the time budget.
- Duration System.TimeSpan
- Elapsed time for the counter.
Methods
public CountResult <Clone>$() #Returns:
CountResultpublic Void Deconstruct(out Int64 Count, out Boolean Completed, out TimeSpan Duration) #Returns:
VoidParameters
- Count Int64
- Completed Boolean
- Duration TimeSpan
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
String