Click or drag to resize

NotifierBase Methods

The NotifierBase type exposes the following members.

Methods
  Name Description
Public method CreateObjRef Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject)
Public method Dispose Releases all the resources used by the Adapter.
(Inherited from Adapter)
Protected method Dispose(Boolean) Releases the unmanaged resources used by the notifier and optionally releases the managed resources.
(Overrides AdapterDispose(Boolean))
Public method Equals Determines whether the specified object is equal to the current object.
(Inherited from Object)
Protected method Finalize Releases the unmanaged resources before the Adapter is reclaimed by GC.
(Inherited from Adapter)
Public method GetHashCode Serves as the default hash function.
(Inherited from Object)
Public method GetLifetimeService Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject)
Public method GetType Gets the Type of the current instance.
(Inherited from Object)
Public method Initialize Initializes the Adapter.
(Inherited from Adapter)
Public method InitializeLifetimeService Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject)
Public method LoadSettings Loads saved notifier settings from the config file if the PersistSettings property is set to true.
(Overrides AdapterLoadSettings)
Protected method MemberwiseClone Creates a shallow copy of the current Object.
(Inherited from Object)
Protected method MemberwiseClone(Boolean) Creates a shallow copy of the current MarshalByRefObject object.
(Inherited from MarshalByRefObject)
Public method Notify Process a notification.
Protected method NotifyAlarm When overridden in a derived class, processes a Alarm notification.
Protected method NotifyHeartbeat When overridden in a derived class, processes a Heartbeat notification.
Protected method NotifyInformation When overridden in a derived class, processes a Information notification.
Protected method NotifyWarning When overridden in a derived class, processes a Warning notification.
Protected method OnDisposed Raises the Disposed event.
(Inherited from Adapter)
Protected method OnExecutionException Raises the ExecutionException event.
(Inherited from Adapter)
Protected method OnNotificationSendComplete Raises the NotificationSendComplete event.
Protected method OnNotificationSendException Raises the NotificationSendException event.
Protected method OnNotificationSendStart Raises the NotificationSendStart event.
Protected method OnNotificationSendTimeout Raises the NotificationSendTimeout event.
Protected method OnStatusUpdate Raises the StatusUpdate event.
(Inherited from Adapter)
Public method SaveSettings Saves notifier settings to the config file if the PersistSettings property is set to true.
(Overrides AdapterSaveSettings)
Public method ToString Returns a string that represents the current object.
(Inherited from Object)
Top
Extension Methods
  Name Description
Public Extension Method GetEnumValueOrDefault Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Public Extension Method GetEnumValueOrDefaultT Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Top
See Also