id_unschedule


Description:

public static void id_unschedule (ClockID id)

Cancels an outstanding request with id.

This can either be an outstanding async notification or a pending sync notification. After this call, id cannot be used anymore to receive sync or async notifications, you need to create a new ClockID.

Parameters:

id

The id to unschedule