Implemented interface member:
method
AcquireCurrentSectionAsync
Aspire.Hosting.Pipelines.IDeploymentStateManager.AcquireCurrentSectionAsync(System.String, System.Threading.CancellationToken)
8 references to AcquireCurrentSectionAsync
Aspire.Hosting.Tests (8)
Publishing\DeploymentStateManagerTests.cs (8)
747var currentParentSection = await firstStateManager.AcquireCurrentSectionAsync("Azure:Sandboxes"); 763var migratedCurrentParentSection = await firstStateManager.AcquireCurrentSectionAsync("Azure:Sandboxes"); 769var restartedCurrentParentSection = await restartedFirstStateManager.AcquireCurrentSectionAsync("Azure:Sandboxes"); 810var currentAzureSection = await migratingStateManager.AcquireCurrentSectionAsync("Azure"); 819Assert.Null((await restartedStateManager.AcquireCurrentSectionAsync("Azure")).Data["Sandboxes"]); 943var currentParentSection = await restartedStateManager.AcquireCurrentSectionAsync("Azure:Sandboxes"); 974var currentAzureSection = await restartedStateManager.AcquireCurrentSectionAsync("Azure"); 1086var currentSection = await stateManager.AcquireCurrentSectionAsync("Azure");