Class EventWaitDuration
Defines the wait duration for a specific event.
Inheritance
System.Object
EventWaitDuration
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.JustMock.Expectations
Assembly: Telerik.JustMock.dll
Syntax
public sealed class EventWaitDuration : IWaitDuration
Constructors
EventWaitDuration(Int32)
Initializes a new instance of the EventWaitDuration class.
Declaration
public EventWaitDuration(int miliSeconds)
Parameters
System.Int32
miliSeconds
Time duration |
Properties
Miliseconds
Number of milliseconds to wait for executing the event.
Declaration
public int Miliseconds { get; }
Property Value
System.Int32
|