Interface IWaitDuration
Defines the time to wait before an event can be raised.
Namespace: Telerik.JustMock.Expectations.Abstraction
Assembly: Telerik.JustMock.dll
Syntax
public interface IWaitDuration
Properties
Miliseconds
Number of milliseconds to wait for executing the event.
Declaration
int Miliseconds { get; }
Property Value
System.Int32
|