[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Abstract class for worker threads

Namespace: Microsoft.WebSolutionsPlatform.Event
Assembly: WspEventRouter (WspEventRouter)

Syntax

Visual Basic (Declaration)
Public MustInherit Class ServiceThread
C#
public abstract class ServiceThread
C++
public ref class ServiceThread abstract

Methods

IconTypeDescription
Equals(Object)
Determines whether the specified Object is equal to the current Object.
Finalize()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
GetHashCode()
Serves as a hash function for a particular type. GetHashCode() is suitable for use in hashing algorithms and data structures like a hash table.
GetType()
Gets the Type of the current instance.
MemberwiseClone()
Creates a shallow copy of the current Object.
Start()
The Start method is used to start the thread.
ToString()
Returns a String that represents the current Object.

Constructors

IconTypeDescription
ServiceThreadNew()

Inheritance Hierarchy

System.Object
  Microsoft.WebSolutionsPlatform.Event.ServiceThread