Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
DispatcherSchedulerTest |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Dispatcher_ArgumentChecking | |
![]() |
Dispatcher_Now | |
![]() |
Dispatcher_Property | |
![]() |
Dispatcher_ScheduleAction | |
![]() |
Dispatcher_ScheduleActionDue | |
![]() |
Dispatcher_ScheduleActionDueCancel | |
![]() |
Dispatcher_ScheduleActionDueNow | |
![]() |
Dispatcher_ScheduleActionError | |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
RunAsync | (Inherited from TestBase.) |
![]() |
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.