Microsoft SDK for Java

handleShutdown

This method of the Service Class handles the shutdown request.

Syntax

protected boolean handleShutdown();

Return Value

Returns false.

Remarks

Override this method in your derived service class if you want your service to handle shutdown events. By default, this method makes a call to handleStop.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.