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)
747
var currentParentSection = await firstStateManager.
AcquireCurrentSectionAsync
("Azure:Sandboxes");
763
var migratedCurrentParentSection = await firstStateManager.
AcquireCurrentSectionAsync
("Azure:Sandboxes");
769
var restartedCurrentParentSection = await restartedFirstStateManager.
AcquireCurrentSectionAsync
("Azure:Sandboxes");
810
var currentAzureSection = await migratingStateManager.
AcquireCurrentSectionAsync
("Azure");
819
Assert.Null((await restartedStateManager.
AcquireCurrentSectionAsync
("Azure")).Data["Sandboxes"]);
943
var currentParentSection = await restartedStateManager.
AcquireCurrentSectionAsync
("Azure:Sandboxes");
974
var currentAzureSection = await restartedStateManager.
AcquireCurrentSectionAsync
("Azure");
1086
var currentSection = await stateManager.
AcquireCurrentSectionAsync
("Azure");