Edit

Share via


ServerAgent.ProcessEventOnThreadPool Method

Definition

Dequeues events from the server queue and processes them on ThreadPool thread. This method takes into account the number of active worker threads before queuing events on threadpool.

public:
 void ProcessEventOnThreadPool();
public void ProcessEventOnThreadPool ();
Public Sub ProcessEventOnThreadPool ()

Remarks

This method can be called from the application main thread, unlike ProcessEvent which is generally called on a ThreadPool thread.

Applies to