EventLoopSchedulerTest Class

Inheritance Hierarchy

System.Object
  ReactiveTests.Tests.EventLoopSchedulerTest

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

Syntax

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

The EventLoopSchedulerTest type exposes the following members.

Constructors

  Name Description
Public method EventLoopSchedulerTest

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method EventLoop_ArgumentChecking
Public method EventLoop_DifferentThread
Public method EventLoop_Now
Public method EventLoop_ScheduleAction
Public method EventLoop_ScheduleActionDue
Public method EventLoop_ScheduleActionDueNested
Public method EventLoop_ScheduleActionNested
Public method EventLoop_ScheduleArgumentChecking
Public method EventLoop_ScheduleOrderedActions
Public method EventLoop_ScheduleOrderedAndTimedActions
Public method EventLoop_SchedulerDisposed
Public method EventLoop_ScheduleTimeAndOrderedInFlightActions
Public method EventLoop_ScheduleTimeOrderedActions
Public method EventLoop_ScheduleTimeOrderedInFlightActions
Public method EventLoop_ScheduleWithTimeArgumentChecking
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