A no-frills implementation of Waitable.
Follow the base class link to learn inherited methods and properties
Description
public void setResult (object result)
Indicate the result has been computed and isready for consumption.
public void setResult (object result, bool unsetReady)
Getter
public bool get_isReady()
Back to namespace FB