Skip to content
Docs Try Aspire

AspireClient.ping

Method
📦 Aspire.Hosting v13.2.0-preview.1.26159.1
interface AspireClient {
// ... omitted for brevity
ping(): Promise<string>;
}

Signature

method ping
Send a ping to verify the connection
ping(): Promise<string>
Promise<string>

Defined on

This method is defined on the following type: