<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@digitalpersona/services](./services.md) &gt; [IService](./services.iservice.md) &gt; [Ping](./services.iservice.ping.md)

## IService.Ping() method

Pings the service endpoint to detect connectivity status.

<b>Signature:</b>

```typescript
Ping(): Promise<boolean>;
```
<b>Returns:</b>

`Promise<boolean>`

`true` on success, `false` on failure. The promise is never rejected.

