API Reference
AdwsPayloadProbeResult
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
- Method AdwsPayloadProbe.Probe
- Method AdwsPayloadProbeResult.<Clone>$
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
- Target host name.
- Endpoint System.String
- ADWS endpoint URI used by the probe.
- Success System.Boolean
- True when the probe successfully enumerated at least one object.
- Duration System.TimeSpan
- Total probe duration.
- ResolvedTarget System.String
- Resolved target used for diagnostics (best effort).
- Items System.Int32
- Number of items returned by the Pull operation.
- ObjectReference System.String
- Optional ADWS object reference value (best effort).
- DistinguishedName System.String
- Optional distinguished name extracted from the response (best effort).
- Error System.String
- Error message when the probe failed.
- OpenDuration System.Nullable{System.TimeSpan} = null
- Measured channel open/connect duration.
- EnumerateDuration System.Nullable{System.TimeSpan} = null
- Measured WS-Enumeration enumerate request duration.
- PullDuration System.Nullable{System.TimeSpan} = null
- Measured WS-Enumeration pull duration.
- ReleaseDuration System.Nullable{System.TimeSpan} = null
- Measured best-effort release duration.
Methods
public AdwsPayloadProbeResult <Clone>$() #AdwsPayloadProbeResultpublic 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) #VoidParameters
- Server String
- Endpoint String
- Success Boolean
- Duration TimeSpan
- ResolvedTarget String
- Items Int32
- ObjectReference String
- DistinguishedName String
- Error String
- OpenDuration Nullable<TimeSpan>
- EnumerateDuration Nullable<TimeSpan>
- PullDuration Nullable<TimeSpan>
- ReleaseDuration Nullable<TimeSpan>
public override Int32 GetHashCode() #Int32public override String ToString() #StringInherited Methods
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.