Click or drag to resize

Listener Class

Listener class.
Inheritance Hierarchy
SystemObject
  GSF.Net.Snmp.PipelineListener

Namespace: GSF.Net.Snmp.Pipeline
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
public sealed class Listener : IDisposable
View Source

The Listener type exposes the following members.

Constructors
 NameDescription
Public methodListener Initializes a new instance of the Listener class.
Top
Properties
 NameDescription
Public propertyActive Gets or sets a value indicating whether this Listener is active.
Public propertyUsers Gets or sets the users.
Top
Methods
 NameDescription
Public methodAddBinding Adds the binding.
Public methodClearBindings Clears the bindings.
Public methodDispose Disposes resources in use.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalize Releases unmanaged resources and performs other cleanup operations before the Listener is reclaimed by garbage collection.
(Overrides ObjectFinalize)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodRemoveBinding Removes the binding.
Public methodStart Starts this instance.
Public methodStartAsync Starts this instance.
Public methodStop Stops this instance.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Events
 NameDescription
Public eventExceptionRaised Occurs when an exception is raised.
Public eventMessageReceived Occurs when a message is received.
Top
Fields
 NameDescription
Public fieldStatic memberErrorIPv4NotSupported Error message for non IP v4 OS.
Public fieldStatic memberErrorIPv6NotSupported Error message for non IP v6 OS.
Top
Extension Methods
 NameDescription
Public Extension MethodGetEnumValueOrDefault Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Public Extension MethodGetEnumValueOrDefaultT Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Top
See Also