TestimoX

API Reference

Class

DirectoryGraphScenarioService

Namespace ADPlayground
Assembly ADPlayground
Modifiers static

Provides typed, reusable directory graph snapshot scenarios.

Inheritance

  • Object
  • DirectoryGraphScenarioService

Methods

public static Task<DirectoryGraphSnapshot> QueryAsync(DirectoryGraphScenarioOptions options, CancellationToken cancellationToken = null) #
Returns: Task<DirectoryGraphSnapshot>

Builds a merged directory graph snapshot using domain-first partitions.

Parameters

options ADPlayground.DirectoryGraphScenarioOptions requiredposition: 0
Scenario options.
cancellationToken System.Threading.CancellationToken = null optionalposition: 1
Cancellation token.

Returns

Merged graph snapshot with per-domain partition diagnostics.