Table of Contents

Class WorkerRegistrationUpdatedEventArgs

Namespace
Selenium.WebDriver.BiDi.Cdp.ServiceWorker
Assembly
Selenium.WebDriver.BiDi.Cdp.dll
public sealed record WorkerRegistrationUpdatedEventArgs : EventArgs, IEquatable<EventArgs>, IEquatable<WorkerRegistrationUpdatedEventArgs>
Inheritance
EventArgs
WorkerRegistrationUpdatedEventArgs
Implements
IEquatable<EventArgs>
Inherited Members
EventArgs.ToString()
EventArgs.GetHashCode()
EventArgs.Equals(EventArgs)
EventArgs.<Clone>$()
EventArgs.BiDi
EventArgs.AdditionalData
EventArgs.AdditionalMessageData

Constructors

WorkerRegistrationUpdatedEventArgs(ImmutableArray<ServiceWorkerRegistration>)

public WorkerRegistrationUpdatedEventArgs(ImmutableArray<ServiceWorkerRegistration> Registrations)

Parameters

Registrations ImmutableArray<ServiceWorkerRegistration>

Properties

Registrations

public ImmutableArray<ServiceWorkerRegistration> Registrations { get; init; }

Property Value

ImmutableArray<ServiceWorkerRegistration>