DispatcherSchedulerTest Class

Inheritance Hierarchy

System.Object
  ReactiveTests.TestBase
    ReactiveTests.Tests.DispatcherSchedulerTest

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

Syntax

'Declaration
<TestClassAttribute> _
Public Class DispatcherSchedulerTest _
    Inherits TestBase
'Usage
Dim instance As DispatcherSchedulerTest
[TestClassAttribute]
public class DispatcherSchedulerTest : TestBase
[TestClassAttribute]
public ref class DispatcherSchedulerTest : public TestBase
[<TestClassAttribute>]
type DispatcherSchedulerTest =  
    class
        inherit TestBase
    end
public class DispatcherSchedulerTest extends TestBase

The DispatcherSchedulerTest type exposes the following members.

Constructors

  Name Description
Public method DispatcherSchedulerTest

Top

Methods

  Name Description
Public method Dispatcher_ArgumentChecking
Public method Dispatcher_Now
Public method Dispatcher_Property
Public method Dispatcher_ScheduleAction
Public method Dispatcher_ScheduleActionDue
Public method Dispatcher_ScheduleActionDueCancel
Public method Dispatcher_ScheduleActionDueNow
Public method Dispatcher_ScheduleActionError
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 RunAsync (Inherited from TestBase.)
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