x4Trace Documentation v1.0
Loading...
Searching...
No Matches
Tools.Dispatch Namespace Reference

Classes

class  Dispatcher
 Represents a dispatcher/buffer. Buffer elements and processes them sequentially on a different thread. More...
 

Functions

delegate void Processed (object obj)
 Event of an item has processed of the dispatcher.
 

Function Documentation

◆ Processed()

delegate void Tools.Dispatch.Processed ( object obj)

Event of an item has processed of the dispatcher.

Parameters
objProcessed item.