TestimoX

API Reference

Class

AdxShareProtocolReadinessCheck

Namespace ADPlayground.ShareDiagnostics
Assembly ADPlayground
Modifiers sealed

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

Properties

public String ComputerName { get; set; } #

Target computer.

public String ProtocolName { get; set; } #

Protocol name.

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.