BackgroundActionPool TParam, TReturn  ClassA Sandcastle Documented Class Library
Provides a generic typed Pool for running Tasks/Funcs in an extra thread
Inheritance Hierarchy

OnlineSystem Object
  BackgroundTask BackgroundActionPool TParam, TReturn 

Namespace: BackgroundTask
Assembly: BackgroundTask (in BackgroundTask.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public class BackgroundActionPool<TParam, TReturn>
Type Parameters

TParam
The methods parameter type
TReturn
The methods return value type
See Also