The recording of the first ever ReactiveUI virtual conference is available on our YouTube Channel.

EventLoopSchedulerTest()s

EventLoopSchedulerTest Methods

Include Protected Members
Include Inherited Members

The EventLoopSchedulerTest type exposes the following members.

Methods

NameDescriptionPublic methodEquals(Inherited from Object.)Public methodEventLoop_ArgumentCheckingPublic methodEventLoop_DifferentThreadPublic methodEventLoop_NowPublic methodEventLoop_ScheduleActionPublic methodEventLoop_ScheduleActionDuePublic methodEventLoop_ScheduleActionDueNestedPublic methodEventLoop_ScheduleActionNestedPublic methodEventLoop_ScheduleArgumentCheckingPublic methodEventLoop_ScheduleOrderedActionsPublic methodEventLoop_ScheduleOrderedAndTimedActionsPublic methodEventLoop_SchedulerDisposedPublic methodEventLoop_ScheduleTimeAndOrderedInFlightActionsPublic methodEventLoop_ScheduleTimeOrderedActionsPublic methodEventLoop_ScheduleTimeOrderedInFlightActionsPublic methodEventLoop_ScheduleWithTimeArgumentCheckingProtected methodFinalize(Inherited from Object.)Public methodGetHashCode(Inherited from Object.)Public methodGetType(Inherited from Object.)Protected methodMemberwiseClone(Inherited from Object.)Public methodToString(Inherited from Object.)Top

See Also

Reference

EventLoopSchedulerTest Class

ReactiveTests.Tests Namespace

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

ReactiveTests.Tests Namespace

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

NameDescriptionPublic methodEventLoopSchedulerTestTop

Methods

NameDescriptionPublic methodEquals(Inherited from Object.)Public methodEventLoop_ArgumentCheckingPublic methodEventLoop_DifferentThreadPublic methodEventLoop_NowPublic methodEventLoop_ScheduleActionPublic methodEventLoop_ScheduleActionDuePublic methodEventLoop_ScheduleActionDueNestedPublic methodEventLoop_ScheduleActionNestedPublic methodEventLoop_ScheduleArgumentCheckingPublic methodEventLoop_ScheduleOrderedActionsPublic methodEventLoop_ScheduleOrderedAndTimedActionsPublic methodEventLoop_SchedulerDisposedPublic methodEventLoop_ScheduleTimeAndOrderedInFlightActionsPublic methodEventLoop_ScheduleTimeOrderedActionsPublic methodEventLoop_ScheduleTimeOrderedInFlightActionsPublic methodEventLoop_ScheduleWithTimeArgumentCheckingProtected methodFinalize(Inherited from Object.)Public methodGetHashCode(Inherited from Object.)Public methodGetType(Inherited from Object.)Protected methodMemberwiseClone(Inherited from Object.)Public methodToString(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