Method WithNotificationsDisabled
WithNotificationsDisabled()
Disable all notifications for the lifetime of the driver.
public ConfigBuilder WithNotificationsDisabled()
Returns
- ConfigBuilder
A ConfigBuilder instance for further configuration options.
Remarks
Cannot be used with: WithNotifications(Severity?, Category[], Classification[]).
- See Also