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

ThreadPoolSchedulerTest()s

ThreadPoolSchedulerTest Methods

Include Protected Members
Include Inherited Members

The ThreadPoolSchedulerTest type exposes the following members.

Methods

NameDescriptionPublic methodEquals(Inherited from Object.)Protected methodFinalize(Inherited from Object.)Public methodGetHashCode(Inherited from Object.)Public methodGetType(Inherited from Object.)Protected methodMemberwiseClone(Inherited from Object.)Public methodThreadPool_NowPublic methodThreadPool_ScheduleActionPublic methodThreadPool_ScheduleActionCancelPublic methodThreadPool_ScheduleActionDuePublic methodToString(Inherited from Object.)Top

See Also

Reference

ThreadPoolSchedulerTest Class

ReactiveTests.Tests Namespace

ThreadPoolSchedulerTest Class

Inheritance Hierarchy

System.Object
  ReactiveTests.Tests.ThreadPoolSchedulerTest

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

Syntax

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

The ThreadPoolSchedulerTest type exposes the following members.

Constructors

NameDescriptionPublic methodThreadPoolSchedulerTestTop

Methods

NameDescriptionPublic methodEquals(Inherited from Object.)Protected methodFinalize(Inherited from Object.)Public methodGetHashCode(Inherited from Object.)Public methodGetType(Inherited from Object.)Protected methodMemberwiseClone(Inherited from Object.)Public methodThreadPool_NowPublic methodThreadPool_ScheduleActionPublic methodThreadPool_ScheduleActionCancelPublic methodThreadPool_ScheduleActionDuePublic 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

ThreadPoolSchedulerTest Constructor

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

Syntax

'Declaration
Public Sub New
'Usage

Dim instance As New ThreadPoolSchedulerTest()
public ThreadPoolSchedulerTest()
public:
ThreadPoolSchedulerTest()
new : unit -> ThreadPoolSchedulerTest
public function ThreadPoolSchedulerTest()

See Also

Reference

ThreadPoolSchedulerTest Class

ReactiveTests.Tests Namespace