complete


Description:

[ Version ( deprecated = true , deprecated_since = "2.46" ) ]
public void complete ()

Warning: complete is deprecated since 2.46.

Completes an asynchronous I/O job immediately.

Note:

Use Task instead.

Must be called in the thread where the asynchronous result was to be delivered, as it invokes the callback directly. If you are in a different thread use complete_in_idle.

Calling this function takes a reference to this for as long as is needed to complete the call.

Parameters:

this

a SimpleAsyncResult.