Click or drag to resize

NotifiersExecuteAdapterOperation Method

Executes Notify(String, String, String, NotificationTypes) on the specified notifier adapter.

Namespace: GSF.Historian.Notifiers
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.181-beta
Syntax
protected override void ExecuteAdapterOperation(
	INotifier adapter,
	Object data
)
View Source

Parameters

adapter  INotifier
An INotifier object.
data  Object
Data about the notification.
See Also