[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: WspEventRouter (WspEventRouter)
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
Icon | Type | Description |
---|---|---|
![]() | Equals(Object) | |
![]() | Finalize() | |
![]() | 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() |
Constructors
Icon | Type | Description |
---|---|---|
![]() | ServiceThreadNew() |