openPDC Historian Help
ExecuteAdapterOperation Method (adapter, data)
NamespacesTVA.Historian.NotifiersNotifiersExecuteAdapterOperation(INotifier, Object)
Executes Notify(String, String, String, NotificationTypes) on the specified notifier adapter.
Declaration Syntax
C#Visual BasicVisual C++
protected override void ExecuteAdapterOperation(
	INotifier adapter,
	Object data
)
Protected Overrides Sub ExecuteAdapterOperation ( _
	adapter As INotifier, _
	data As Object _
)
protected:
virtual void ExecuteAdapterOperation(
	INotifier^ adapter, 
	Object^ data
) override
Parameters
adapter (INotifier)
An INotifier object.
data (Object)
Data about the notification.

Assembly: TVA.Historian (Module: TVA.Historian) Version: 1.0.33.39252