ControlSchedulerTest Class

Inheritance Hierarchy

System.Object
  ReactiveTests.Tests.ControlSchedulerTest

Namespace:  ReactiveTests.Tests
Assembly:  Tests.System.Reactive (in Tests.System.Reactive.dll)

Syntax

'Declaration
<TestClassAttribute> _
Public Class ControlSchedulerTest
'Usage
Dim instance As ControlSchedulerTest
[TestClassAttribute]
public class ControlSchedulerTest
[TestClassAttribute]
public ref class ControlSchedulerTest
[<TestClassAttribute>]
type ControlSchedulerTest =  class end
public class ControlSchedulerTest

The ControlSchedulerTest type exposes the following members.

Constructors

  Name Description
Public method ControlSchedulerTest

Top

Methods

  Name Description
Public method Control_ArgumentChecking
Public method Control_Now
Public method Control_Property
Public method Control_ScheduleAction
Public method Control_ScheduleActionDue
Public method Control_ScheduleActionDueCancel
Public method Control_ScheduleActionDueNow
Public method Control_ScheduleActionError
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ReactiveTests.Tests Namespace