TestCrashTaskPool Class

Inheritance Hierarchy

System.Object
  ReactiveTests.Tests.TestCrashTaskPool

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

Syntax

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

The TestCrashTaskPool type exposes the following members.

Constructors

  Name Description
Public method TestCrashTaskPool

Top

Methods

  Name Description
Public methodStatic member ad_UnhandledException
Public methodStatic member Do
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