Environment.StartWork Method

Starts the work asynchronously.
Public Sub StartWork( _ 
ByVal workUnit As WorkUnit
)
This language is not supported or no code example is available.
public void StartWork( 
WorkUnit workUnit 
)
This language is not supported or no code example is available.

Parameters

workUnit
WorkUnit

Remarks
 
It can handle just one WorkUnit at the time. Every additional call when the first thread is not completed will raise an Exception.

.NET Framework

Supported in: 4.8

In this article

Definition