BackgroundActionPool TParam, TReturn  m_lstActions FieldA Sandcastle Documented Class Library
Contains the list of actions to do

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

private readonly List<BackgroundAction<TParam, TReturn>> m_lstActions

Field Value

Type: OnlineList BackgroundAction TParam, TReturn  
See Also