ObservableConcurrencyTest Class
Inheritance Hierarchy
System.Object
ReactiveTests.TestBase
ReactiveTests.Tests.ObservableConcurrencyTest
Namespace: ReactiveTests.Tests
Assembly: Tests.System.Reactive (in Tests.System.Reactive.dll)
Syntax
'Declaration
<TestClassAttribute> _
Public Class ObservableConcurrencyTest _
Inherits TestBase
'Usage
Dim instance As ObservableConcurrencyTest
[TestClassAttribute]
public class ObservableConcurrencyTest : TestBase
[TestClassAttribute]
public ref class ObservableConcurrencyTest : public TestBase
[<TestClassAttribute>]
type ObservableConcurrencyTest =
class
inherit TestBase
end
public class ObservableConcurrencyTest extends TestBase
The ObservableConcurrencyTest type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
ObservableConcurrencyTest |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ObserveOn_ArgumentChecking | |
![]() |
ObserveOn_Control | |
![]() |
ObserveOn_ControlScheduler | |
![]() |
ObserveOn_CurrentDispatcher | |
![]() |
ObserveOn_Dispatcher | |
![]() |
ObserveOn_DispatcherScheduler | |
![]() |
ObserveOn_Error | |
![]() |
RunAsync | (Inherited from TestBase.) |
![]() |
SubscribeOn_ArgumentChecking | |
![]() |
SubscribeOn_Control | |
![]() |
SubscribeOn_ControlScheduler | |
![]() |
SubscribeOn_CurrentDispatcher | |
![]() |
SubscribeOn_Dispatcher | |
![]() |
SubscribeOn_DispatcherScheduler | |
![]() |
Synchronize_ArgumentChecking | |
![]() |
Synchronize_BadObservable | |
![]() |
Synchronize_NullError | |
![]() |
Synchronize_Range | |
![]() |
Synchronize_Throw | |
![]() |
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.