Click or drag to resize

NotifierBase Constructor

Initializes a new instance of the notifier.

Namespace: GSF.Historian.Notifiers
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.181-beta
Syntax
public NotifierBase(
	NotificationTypes notifyOptions
)
View Source

Parameters

notifyOptions  NotificationTypes
NotificationTypes that can be processed by the notifier.
See Also