openPDC Historian Help
Notifiers Class
NamespacesTVA.Historian.NotifiersNotifiers
A class that loads all Notifier adapters.
Declaration Syntax
C#Visual BasicVisual C++
public class Notifiers : AdapterLoader<INotifier>
Public Class Notifiers _
	Inherits AdapterLoader(Of INotifier)
public ref class Notifiers : public AdapterLoader<INotifier^>
Members
All MembersConstructorsMethodsPropertiesEvents



IconMemberDescription
Notifiers()()()
Initializes a new instance of the Notifiers class

AdapterCreated()()() (Inherited from AdapterLoader<(Of <(INotifier>)>).)
AdapterDirectory()()() (Inherited from AdapterLoader<(Of <(INotifier>)>).)
AdapterLoaded()()() (Inherited from AdapterLoader<(Of <(INotifier>)>).)
AdapterLoadException()()() (Inherited from AdapterLoader<(Of <(INotifier>)>).)
Adapters()()() (Inherited from AdapterLoader<(Of <(INotifier>)>).)
AdapterUnloaded()()() (Inherited from AdapterLoader<(Of <(INotifier>)>).)
AdapterWatcher()()() (Inherited from AdapterLoader<(Of <(INotifier>)>).)
Dispose()()() (Inherited from AdapterLoader<(Of <(INotifier>)>).)
Dispose(Boolean) (Inherited from AdapterLoader<(Of <(INotifier>)>).)
Enabled()()() (Inherited from AdapterLoader<(Of <(INotifier>)>).)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
ExecuteAdapterOperation(INotifier, Object)
Executes Notify(String, String, String, NotificationTypes) on the specified notifier adapter.
(Overrides AdapterLoader<(Of <(INotifier>)>).ExecuteAdapterOperation(UTP, Object).)
Finalize()()() (Inherited from AdapterLoader<(Of <(INotifier>)>).)
GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
Initialize()()() (Inherited from AdapterLoader<(Of <(INotifier>)>).)
Initialize(IEnumerable<(Of <(Type>)>)) (Inherited from AdapterLoader<(Of <(INotifier>)>).)
MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Name()()() (Inherited from AdapterLoader<(Of <(INotifier>)>).)
OnAdapterCreated(UTP) (Inherited from AdapterLoader<(Of <(INotifier>)>).)
OnAdapterLoaded(UTP) (Inherited from AdapterLoader<(Of <(INotifier>)>).)
OnAdapterLoadException(Type, Exception) (Inherited from AdapterLoader<(Of <(INotifier>)>).)
OnAdapterUnloaded(UTP) (Inherited from AdapterLoader<(Of <(INotifier>)>).)
OnOperationExecutionException(UTP, Exception) (Inherited from AdapterLoader<(Of <(INotifier>)>).)
OperationExecutionException()()() (Inherited from AdapterLoader<(Of <(INotifier>)>).)
OperationQueue()()() (Inherited from AdapterLoader<(Of <(INotifier>)>).)
ProcessAdapter(Type) (Inherited from AdapterLoader<(Of <(INotifier>)>).)
SendNotification(String, String, NotificationTypes)
Sends a notification.

SendNotification(String, String, String, NotificationTypes)
Sends a notification.

Status()()() (Inherited from AdapterLoader<(Of <(INotifier>)>).)
ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WatchForAdapters()()() (Inherited from AdapterLoader<(Of <(INotifier>)>).)
Inheritance Hierarchy
Object
AdapterLoader<(Of <(INotifier>)>)
 Notifiers
See Also

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