[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Provides the functionality to schedule tasks.

Namespace: KvTv.Components
Assembly:   KvTv.DirectShow.Components (in KvTv.DirectShow.Components.dll)

Syntax

Visual Basic (Declaration)
Public Class TaskScheduler(Of T As ) _
	Inherits Component
C#
public class TaskScheduler<T> : Component where T : 
Visual C++
generic<typename T>
where T : 
public ref class TaskScheduler : public Component

Type Parameters

T
The type of IScheduledTask this scheduler will perform.

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      KvTv.Components.TaskScheduler<(Of T>)