Skip to content
Docs Try Aspire

AspireDict.set

Method
📦 Aspire.Hosting v13.2.0-preview.1.26159.1
interface AspireDict {
// ... omitted for brevity
set(
key: K,
value: V): Promise<void>;
}

Signature

method set
Sets the value for the specified key
set(
key: K,
value: V): Promise<void>
key K
value V
Promise<void>

Defined on

This method is defined on the following type: