Table of Contents

Interface IEventStream<TEventArgs>

Namespace
OpenQA.Selenium.BiDi
Assembly
Selenium.WebDriver.dll
public interface IEventStream<out TEventArgs> : IAsyncDisposable where TEventArgs : EventArgs

Type Parameters

TEventArgs
Inherited Members

Methods

ReadAllAsync(CancellationToken)

IAsyncEnumerable<out TEventArgs> ReadAllAsync(CancellationToken cancellationToken = default)

Parameters

cancellationToken CancellationToken

Returns

IAsyncEnumerable<TEventArgs>