API Reference
Class
ScopeDiscoveryStep
Typed step receipt emitted during scope discovery.
Inheritance
- Object
- ScopeDiscoveryStep
Constructors
public ScopeDiscoveryStep(String Name, Boolean Ok, Int32 DurationMs, Int32 TimeoutMs, IReadOnlyList<String> EndpointsChecked, Int32 Retries, String Error, String ErrorType, Object Output) #Typed step receipt emitted during scope discovery.
Parameters
- Name System.String
- Ok System.Boolean
- DurationMs System.Int32
- TimeoutMs System.Int32
- EndpointsChecked System.Collections.Generic.IReadOnlyList{System.String}
- Retries System.Int32
- Error System.String
- ErrorType System.String
- Output System.Object
Methods
public ScopeDiscoveryStep <Clone>$() #Returns:
ScopeDiscoverySteppublic Void Deconstruct(out String Name, out Boolean Ok, out Int32 DurationMs, out Int32 TimeoutMs, out IReadOnlyList<String> EndpointsChecked, out Int32 Retries, out String Error, out String ErrorType, out Object Output) #Returns:
VoidParameters
- Name String
- Ok Boolean
- DurationMs Int32
- TimeoutMs Int32
- EndpointsChecked IReadOnlyList<String>
- Retries Int32
- Error String
- ErrorType String
- Output Object
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
StringInherited Methods
Properties
public String Name { get; set; } #public Boolean Ok { get; set; } #public Int32 DurationMs { get; set; } #public Int32 TimeoutMs { get; set; } #public IReadOnlyList<String> EndpointsChecked { get; set; } #public Int32 Retries { get; set; } #public String Error { get; set; } #public String ErrorType { get; set; } #public Object Output { get; set; } #