[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: WspEventRouter (WspEventRouter)
Enum for different types of worker threads
Namespace: Microsoft.WebSolutionsPlatform.Event
Assembly: WspEventRouter (WspEventRouter)
Syntax
Visual Basic (Declaration) |
---|
Public Enumeration WorkerThreadType |
C# |
---|
public enum WorkerThreadType |
C++ |
---|
public enum class WorkerThreadType |
Members
Member | Description |
---|---|
None |
Not defined
|
ListenerThread |
This is the thread listening for new events to the queue
|
CommunicatorThread |
This is the thread that communicates with the parent and children machines in the mesh
|
RePublisherThread |
This is the thread that takes incoming events from a parent/child machine and
publishes them to this machine.
|
SubscriptionMgrThread |
This is the thread that manages the subscription routing table
|
PersisterThread |
This is the thread that persists events to the file system
|
ManagerThread |
This is the thread that monitors the health of the other threads and restarts threads as
needed
|