RgfNotificationManager(ILogger, IRgfEventNotificationService, String) Constructor

Initializes a new instance of the RgfNotificationManager class

Definition

Namespace: Recrovit.RecroGridFramework.Client.Services
Assembly: Recrovit.RecroGridFramework.Client (in Recrovit.RecroGridFramework.Client.dll) Version: 8.12.0.11119
C#
public RgfNotificationManager(
	ILogger logger,
	IRgfEventNotificationService? notificationService = null,
	string? scope = null
)

Parameters

logger  ILogger
 
notificationService  IRgfEventNotificationService  (Optional)
 
scope  String  (Optional)
 

See Also