CurrentThreadSchedulerTest Class

Inheritance Hierarchy

System.Object
  ReactiveTests.Tests.CurrentThreadSchedulerTest

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

Syntax

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

The CurrentThreadSchedulerTest type exposes the following members.

Constructors

  Name Description
Public method CurrentThreadSchedulerTest

Top

Methods

  Name Description
Public method CurrentThread_EnsureTrampoline
Public method CurrentThread_EnsureTrampoline_Nested
Public method CurrentThread_EnsureTrampolineAndCancel
Public method CurrentThread_EnsureTrampolineAndCancelTimed
Public method CurrentThread_Now
Public method CurrentThread_ScheduleAction
Public method CurrentThread_ScheduleActionDue
Public method CurrentThread_ScheduleActionDueNested
Public method CurrentThread_ScheduleActionError
Public method CurrentThread_ScheduleActionNested
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