onServiceUpdated( )


Notes:

Triggered when a service is updated.

Method Declaration
Copy
Method Parameters
handlerfunction

handler(event: ServiceUpdatedEnvelope): void | Promise<void>

Did this help?