UnsafeOnCompleted

UnsafeOnCompleted(Action)

public void UnsafeOnCompleted(Action continuation) ;

Description

Schedule a continuation operation to the asynchronous task associated with this awaiter.

Parameters

Parameter Name Description
continuation The action to call when the wait operation is complete.