API Reference
Class
AdxShareProtocolReadinessCheck
Single protocol check result for share diagnostics collection readiness.
Inheritance
- Object
- AdxShareProtocolReadinessCheck
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 AdxShareProtocolReadinessCheck() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String ComputerName { get; set; } #Target computer.
public String ProtocolName { get; set; } #Protocol name.
public Int32 Port { get; set; } #TCP port.
public Boolean Required { get; set; } #True when the protocol is required.
public Boolean Success { get; set; } #True when the check succeeded.
public AdxShareProtocolReadinessStatus Status { get; set; } #Protocol readiness status.
public String Message { get; set; } #Raw response or normalized failure message.
public TimeSpan Elapsed { get; set; } #Elapsed check time.