AsyncLockTest Class

Inheritance Hierarchy

System.Object
  ReactiveTests.Tests.AsyncLockTest

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

Syntax

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

The AsyncLockTest type exposes the following members.

Constructors

  Name Description
Public method AsyncLockTest

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 ToString (Inherited from Object.)
Public method Wait_ArgumentChecking
Public method Wait_Fail
Public method Wait_Graceful
Public method Wait_QueuesWork

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