AwaitableEventGroup<T>.TrySetResult method

Attempts to transition the underlying task into the RanToCompletion state.

public virtual void TrySetResult(T result)
parameter description
result The completed result object.

See Also