API Reference
Class
CountResult
Result of an approximate LDAP count.
Inheritance
- Object
- CountResult
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method CountResult.<Clone>$
- Property DomainQuickStats.AllObjects
- Property DomainQuickStats.Computers
- Property DomainQuickStats.Groups
- Property DomainQuickStats.Users
Accepted by parameters
- Constructor DomainQuickStats.DomainQuickStats
- Constructor DomainQuickStats.DomainQuickStats
- Constructor DomainQuickStats.DomainQuickStats
- Constructor DomainQuickStats.DomainQuickStats
- Method DomainQuickStats.Deconstruct
- Method DomainQuickStats.Deconstruct
- Method DomainQuickStats.Deconstruct
- Method DomainQuickStats.Deconstruct
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