WMIWorker MethodsCleanCode C# Libraries v1.2.03 API
The WMIWorker type exposes the following members.
Methods

  NameDescription
Public methodAddRequest
Adds a WMI connection request.
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 WMI connections 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
See Also