Waiter Constructor
Namespace: ReactiveTests
Assembly: Tests.System.Reactive (in Tests.System.Reactive.dll)
Syntax
'Declaration
Public Sub New
'Usage
Dim instance As New Waiter()
public Waiter()
public:
Waiter()
new : unit -> Waiter
public function Waiter()
See Also
Reference
Waiter Methods
Include Protected Members
Include Inherited Members
The Waiter type exposes the following members.
Methods
NameDescriptionEquals(Inherited from Object.)
Finalize(Inherited from Object.)
GetHashCode(Inherited from Object.)
GetType(Inherited from Object.)
MemberwiseClone(Inherited from Object.)
Set
ToString(Inherited from Object.)
WaitTop
See Also
Reference
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
NameDescriptionWaiterTop
Methods
NameDescriptionEquals(Inherited from Object.)
Finalize(Inherited from Object.)
GetHashCode(Inherited from Object.)
GetType(Inherited from Object.)
MemberwiseClone(Inherited from Object.)
Set
ToString(Inherited from Object.)
WaitTop
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.