Microsoft SDK for Java

CheckPoint

The CheckPoint method of the Service Class contains the following signatures:

CheckPoint()
CheckPoint(int waithint)

CheckPoint()

Increments the current checkpoint value.

Syntax

protected synchronized void CheckPoint();

Remarks

During a pending operation, the service should call the CheckPoint method to indicate that the service has progressed toward changing the state from pending to start, stop, continue, or pause.

CheckPoint(int waithint)

Sets the checkpoint to a specified value.

Syntax

protected synchronized void CheckPoint(int waithint);

Parameters

waithint The estimated number of milliseconds until the next state.

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