SynchronizationContextSchedulerTest Class

Inheritance Hierarchy

System.Object
  ReactiveTests.Tests.SynchronizationContextSchedulerTest

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

Syntax

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

The SynchronizationContextSchedulerTest type exposes the following members.

Constructors

  Name Description
Public method SynchronizationContextSchedulerTest

Top

Methods

  Name Description
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 SynchronizationContext_Now
Public method SynchronizationContext_ScheduleAction
Public method SynchronizationContext_ScheduleActionDue
Public method SynchronizationContext_ScheduleActionError
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