TestimoX

API Reference

Class

CountResult

Namespace ADPlayground.QuickStatsService
Assembly ADPlayground
Implements
IEquatable<CountResult>
Modifiers sealed

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 requiredposition: 0
Number of objects counted.
Completed System.Boolean requiredposition: 1
True when the count finished within the time budget.
Duration System.TimeSpan requiredposition: 2
Elapsed time for the counter.

Methods

public CountResult <Clone>$() #
Returns: CountResult
public Void Deconstruct(out Int64 Count, out Boolean Completed, out TimeSpan Duration) #
Returns: Void

Parameters

Count Int64 requiredposition: 0
Completed Boolean requiredposition: 1
Duration TimeSpan requiredposition: 2
public virtual Boolean Equals(CountResult other) #
Returns: Boolean

Parameters

obj Object requiredposition: 0
public override Int32 GetHashCode() #
Returns: Int32
public override String ToString() #
Returns: String

Properties

public Int64 Count { get; set; } #

Number of objects counted.

public Boolean Completed { get; set; } #

True when the count finished within the time budget.

public TimeSpan Duration { get; set; } #

Elapsed time for the counter.