1 implementation of DeleteConfigurationAsync
aspire (1)
Configuration\ConfigurationService.cs (1)
43
public async Task<bool>
DeleteConfigurationAsync
(string key, bool isGlobal = false, CancellationToken cancellationToken = default)
1 reference to DeleteConfigurationAsync
aspire (1)
Commands\ConfigCommand.cs (1)
225
var deleted = await _configurationService.
DeleteConfigurationAsync
(key, isGlobal, cancellationToken);