API Reference
Class
ForestDiscoveryStep
Discovery step model returned by the service.
Inheritance
- Object
- ForestDiscoveryStep
Constructors
public ForestDiscoveryStep(String Name, Boolean Ok, Int32 DurationMs, Int32 TimeoutMs, String Error, String ErrorType, Object Output) #Discovery step model returned by the service.
Parameters
- Name System.String
- Ok System.Boolean
- DurationMs System.Int32
- TimeoutMs System.Int32
- Error System.String
- ErrorType System.String
- Output System.Object
Methods
public ForestDiscoveryStep <Clone>$() #Returns:
ForestDiscoverySteppublic Void Deconstruct(out String Name, out Boolean Ok, out Int32 DurationMs, out Int32 TimeoutMs, out String Error, out String ErrorType, out Object Output) #Returns:
VoidParameters
- Name String
- Ok Boolean
- DurationMs Int32
- TimeoutMs Int32
- Error String
- ErrorType String
- Output Object
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
String