PingWorker MembersCleanCode C# Libraries v1.2.03 API

The PingWorker type exposes the following members.
Constructors

  NameDescription
Public methodPingWorker
Initializes a new instance of the PingWorker class.
Back to Top
Methods

  NameDescription
Public methodCleanup
Tells the ThreadManager that this background task is complete.
(Inherited from ThreadWorker.)
Public methodCleanupDueToAbort
Tells the ThreadManager that this background task is complete due to a user-initiated abort.
(Inherited from ThreadWorker.)
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an OnlineObject to attempt to free resources and perform other cleanup operations before the OnlineObject is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodItemCount
Returns a count of the number of IP addresses to be handled.
(Overrides ThreadWorker ItemCount .)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodNoteAbort
Notes a user-initiated abort.
(Inherited from ThreadWorker.)
Public methodSetFields
Sets helper objects.
(Inherited from ThreadWorker.)
Public methodSetup
Prepares this instance for execution.
(Overrides ThreadWorker Setup .)
Public methodOnlineToString
Returns a OnlineString that represents the current OnlineObject.
(Inherited from OnlineObject.)
Public methodUpdateResults
Checks for completed tasks and processes their results.
(Overrides ThreadWorker UpdateResults .)
Back to Top
Fields

  NameDescription
Protected fieldthreadManager
The parent ThreadManager that is running a collection of background threads.
(Inherited from ThreadWorker.)
Protected fieldtracer
The StructuredTrace used for diagnostic output.
(Inherited from ThreadWorker.)
Back to Top
Properties

  NameDescription
Public propertyIPAddressList
Gets or sets the list of IP addresses to ping.
Public propertyThreadName
Property managing the name of the thread in which this ThreadWorker works.
(Inherited from ThreadWorker.)
Public propertyTimeout
Gets or sets the timeout.
Back to Top
See Also