API Reference
Class
AdwsPayloadProbeResult
Result of an ADWS payload probe.
Inheritance
- Object
- AdwsPayloadProbeResult
Constructors
public AdwsPayloadProbeResult(String Server, String Endpoint, Boolean Success, TimeSpan Duration, String ResolvedTarget, Int32 Items, String ObjectReference, String DistinguishedName, String Error) #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.
Methods
public AdwsPayloadProbeResult <Clone>$() #Returns:
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) #Returns:
VoidParameters
- Server String
- Endpoint String
- Success Boolean
- Duration TimeSpan
- ResolvedTarget String
- Items Int32
- ObjectReference String
- DistinguishedName String
- Error String
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
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.