IWaitDuration
Interface
Defines the time to wait before an event can be raised.
Definition
Namespace:Telerik.JustMock.Expectations.Abstraction
Assembly:Telerik.JustMock.dll
Syntax:
C#
public interface IWaitDuration
Derived Classes:
Properties
Number of milliseconds to wait for executing the event.
C#
int Miliseconds { get; }