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