PocketPlanner Programmer's Guide

TaskCollection.Remove Method

See Also

Removes the first occurrence of the specified Task object from this collection.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public void Remove (
    Task task
)

Visual Basic

Public Sub Remove ( _
    task As Task _
)

 Parameters

task
A Task instance which must be removed from the collection.

 See Also