WorkManager<T>(IEnumerable<T>) Constructor

Constructor with a collection of WorkUnits.
Public Sub New( _ 
ByVal workUnits As IEnumerable(Of T) _ 
)
This language is not supported or no code example is available.
public WorkManager( 
IEnumerable<T> workUnits 
)
This language is not supported or no code example is available.

Parameters

workUnits
IEnumerable<T>

A collection of WorkUnits.

.NET Framework

Supported in: 4.8

In this article

Definition