IDeviceContext.IsCompleted

Declaration

public bool IsCompleted(LightTransport.EventID id);

Parameters

id ID of the event to query.

Returns

bool True if the asynchronous operation has completed.

Description

Returns true if the asynchronous operation completed.

This method returns immediately and does not wait for the operation to complete. Use Flush to force the device implementation to start processing commands. Use IDeviceContext.Wait to busy-wait for a specific event.


Did you find this page useful? Please give it a rating: