Method SetValue
SetValue(T)
Assigns a value and completes the waiting task.
public void SetValue(T value)
Parameters
value
TThe value to set.
Assigns a value and completes the waiting task.
public void SetValue(T value)
value
TThe value to set.