EventLoopSchedulerTest Methods
Include Protected Members
Include Inherited Members
The EventLoopSchedulerTest type exposes the following members.
Methods
NameDescriptionEquals(Inherited from Object.)
EventLoop_ArgumentChecking
EventLoop_DifferentThread
EventLoop_Now
EventLoop_ScheduleAction
EventLoop_ScheduleActionDue
EventLoop_ScheduleActionDueNested
EventLoop_ScheduleActionNested
EventLoop_ScheduleArgumentChecking
EventLoop_ScheduleOrderedActions
EventLoop_ScheduleOrderedAndTimedActions
EventLoop_SchedulerDisposed
EventLoop_ScheduleTimeAndOrderedInFlightActions
EventLoop_ScheduleTimeOrderedActions
EventLoop_ScheduleTimeOrderedInFlightActions
EventLoop_ScheduleWithTimeArgumentChecking
Finalize(Inherited from Object.)
GetHashCode(Inherited from Object.)
GetType(Inherited from Object.)
MemberwiseClone(Inherited from Object.)
ToString(Inherited from Object.)Top
See Also
Reference
EventLoopSchedulerTest Constructor
Namespace: ReactiveTests.Tests
Assembly: Tests.System.Reactive (in Tests.System.Reactive.dll)
Syntax
'Declaration
Public Sub New
'Usage
Dim instance As New EventLoopSchedulerTest()
public EventLoopSchedulerTest()
public:
EventLoopSchedulerTest()
new : unit -> EventLoopSchedulerTest
public function EventLoopSchedulerTest()
See Also
Reference
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
NameDescriptionEventLoopSchedulerTestTop
Methods
NameDescriptionEquals(Inherited from Object.)
EventLoop_ArgumentChecking
EventLoop_DifferentThread
EventLoop_Now
EventLoop_ScheduleAction
EventLoop_ScheduleActionDue
EventLoop_ScheduleActionDueNested
EventLoop_ScheduleActionNested
EventLoop_ScheduleArgumentChecking
EventLoop_ScheduleOrderedActions
EventLoop_ScheduleOrderedAndTimedActions
EventLoop_SchedulerDisposed
EventLoop_ScheduleTimeAndOrderedInFlightActions
EventLoop_ScheduleTimeOrderedActions
EventLoop_ScheduleTimeOrderedInFlightActions
EventLoop_ScheduleWithTimeArgumentChecking
Finalize(Inherited from Object.)
GetHashCode(Inherited from Object.)
GetType(Inherited from Object.)
MemberwiseClone(Inherited from Object.)
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.