TestimoX

API Reference

Class

AdwsPayloadProbeResult

Namespace ADPlayground.Network
Assembly ADPlayground
Implements
IEquatable<AdwsPayloadProbeResult>
Modifiers sealed

Result of an ADWS payload probe.

Inheritance

  • Object
  • AdwsPayloadProbeResult

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

Constructors

public AdwsPayloadProbeResult(String Server, String Endpoint, Boolean Success, TimeSpan Duration, String ResolvedTarget, Int32 Items, String ObjectReference, String DistinguishedName, String Error, Nullable<TimeSpan> OpenDuration = null, Nullable<TimeSpan> EnumerateDuration = null, Nullable<TimeSpan> PullDuration = null, Nullable<TimeSpan> ReleaseDuration = null) #

Result of an ADWS payload probe.

Parameters

Server System.String requiredposition: 0
Target host name.
Endpoint System.String requiredposition: 1
ADWS endpoint URI used by the probe.
Success System.Boolean requiredposition: 2
True when the probe successfully enumerated at least one object.
Duration System.TimeSpan requiredposition: 3
Total probe duration.
ResolvedTarget System.String requiredposition: 4
Resolved target used for diagnostics (best effort).
Items System.Int32 requiredposition: 5
Number of items returned by the Pull operation.
ObjectReference System.String requiredposition: 6
Optional ADWS object reference value (best effort).
DistinguishedName System.String requiredposition: 7
Optional distinguished name extracted from the response (best effort).
Error System.String requiredposition: 8
Error message when the probe failed.
OpenDuration System.Nullable{System.TimeSpan} = null optionalposition: 9
Measured channel open/connect duration.
EnumerateDuration System.Nullable{System.TimeSpan} = null optionalposition: 10
Measured WS-Enumeration enumerate request duration.
PullDuration System.Nullable{System.TimeSpan} = null optionalposition: 11
Measured WS-Enumeration pull duration.
ReleaseDuration System.Nullable{System.TimeSpan} = null optionalposition: 12
Measured best-effort release duration.

Methods

public AdwsPayloadProbeResult <Clone>$() #
Returns: AdwsPayloadProbeResult
public Void Deconstruct(out String Server, out String Endpoint, out Boolean Success, out TimeSpan Duration, out String ResolvedTarget, out Int32 Items, out String ObjectReference, out String DistinguishedName, out String Error, out Nullable<TimeSpan> OpenDuration, out Nullable<TimeSpan> EnumerateDuration, out Nullable<TimeSpan> PullDuration, out Nullable<TimeSpan> ReleaseDuration) #
Returns: Void

Parameters

Server String requiredposition: 0
Endpoint String requiredposition: 1
Success Boolean requiredposition: 2
Duration TimeSpan requiredposition: 3
ResolvedTarget String requiredposition: 4
Items Int32 requiredposition: 5
ObjectReference String requiredposition: 6
DistinguishedName String requiredposition: 7
Error String requiredposition: 8
OpenDuration Nullable<TimeSpan> requiredposition: 9
EnumerateDuration Nullable<TimeSpan> requiredposition: 10
PullDuration Nullable<TimeSpan> requiredposition: 11
ReleaseDuration Nullable<TimeSpan> requiredposition: 12
public virtual Boolean Equals(AdwsPayloadProbeResult other) #
Returns: Boolean

Parameters

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

Properties

public String Server { get; set; } #

Target host name.

public String Endpoint { get; set; } #

ADWS endpoint URI used by the probe.

public Boolean Success { get; set; } #

True when the probe successfully enumerated at least one object.

public TimeSpan Duration { get; set; } #

Total probe duration.

public String ResolvedTarget { get; set; } #

Resolved target used for diagnostics (best effort).

public Int32 Items { get; set; } #

Number of items returned by the Pull operation.

public String ObjectReference { get; set; } #

Optional ADWS object reference value (best effort).

public String DistinguishedName { get; set; } #

Optional distinguished name extracted from the response (best effort).

public String Error { get; set; } #

Error message when the probe failed.

public Nullable<TimeSpan> OpenDuration { get; set; } #

Measured channel open/connect duration.

public Nullable<TimeSpan> EnumerateDuration { get; set; } #

Measured WS-Enumeration enumerate request duration.

public Nullable<TimeSpan> PullDuration { get; set; } #

Measured WS-Enumeration pull duration.

public Nullable<TimeSpan> ReleaseDuration { get; set; } #

Measured best-effort release duration.