Remove Method
See Also 
SourceCode.EventBus.Scheduler.Management Namespace > Schedules Class : Remove Method



value

Glossary Item Box

Remove a schedule from the collection

Syntax

Visual Basic (Declaration) 
Public Sub Remove( _
   ByVal value As Schedule _
) 
Visual Basic (Usage)Copy Code
Dim instance As Schedules
Dim value As Schedule
 
instance.Remove(value)
C# 
public void Remove( 
   Schedule value
)
C++/CLI 
public:
void Remove( 
   Schedule^ value
) 

Parameters

value

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also