ThreadPool4Impl.

StartLowPriority(string, IRunnable) Method

Syntax

public virtual void StartLowPriority(string taskName, IRunnable task)

Parameters

Name Type Description
taskName string
task IRunnable

Return Value

Type Description
void