<PackageReference Include="Microsoft.Data.SqlClient" Version="7.1.0-preview2.26190.5" />

Microsoft.Data.Sql.SqlNotificationRequest

public sealed class SqlNotificationRequest
Represents a request for notification for a given command.
namespace Microsoft.Data.Sql { public sealed class SqlNotificationRequest { public string Options { get; set; } public int Timeout { get; set; } public string UserData { get; set; } public SqlNotificationRequest(); public SqlNotificationRequest(string userData, string options, int timeout); } }