Waiter Class

Inheritance Hierarchy

System.Object
  ReactiveTests.Waiter

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

Syntax

'Declaration
Public Class Waiter
'Usage
Dim instance As Waiter
public class Waiter
public ref class Waiter
type Waiter =  class end
public class Waiter

The Waiter type exposes the following members.

Constructors

  Name Description
Public method Waiter

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 Set
Public method ToString (Inherited from Object.)
Public method Wait

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 Namespace