Share via


ConcurrencyTest Class

Inheritance Hierarchy

System.Object
  ReactiveTests.Tests.ConcurrencyTest

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

Syntax

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

The ConcurrencyTest type exposes the following members.

Constructors

  Name Description
Public method ConcurrencyTest

Top

Methods

  Name Description
Public method CurrentScheduler_EnsureTrampoline
Public method CurrentScheduler_Schedule
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