AwaitableEventGroup<T>.Task property

Gets the task created by this AwaitableEventGroup.

public Task<T> Task { get; }

See Also