TestimoX

API Reference

Class

SmbShareCollectionResult

Namespace ComputerX.Smb
Assembly ComputerX
Modifiers sealed

Result returned by SMB share collection.

Inheritance

  • Object
  • SmbShareCollectionResult

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 SmbShareCollectionResult() #

Properties

public String ComputerName { get; set; } #

Computer that was queried.

public SmbShareCollectionProvider RequestedProvider { get; set; } #

Provider requested by the caller.

public SmbShareCollectionProvider Provider { get; set; } #

Provider that returned the share inventory.

public IReadOnlyList<SmbShareDetails> Shares { get; set; } #

Collected shares.

public IReadOnlyList<SmbShareCollectionDiagnostic> Diagnostics { get; set; } #

Diagnostics emitted during collection.

public Boolean Success { get; } #

True when the collection completed without provider diagnostics.