WorkManager<T>(T) Constructor

Constructor with a single WorkUnit.
Public Sub New( _ 
ByVal workUnit As T _ 
)
This language is not supported or no code example is available.
public WorkManager( 
T workUnit 
)
This language is not supported or no code example is available.

Parameters

workUnit
T

The WorkUnit.

.NET Framework

Supported in: 4.8

In this article

Definition