EventWaitDuration
Class
Defines the wait duration for a specific event.
Definition
Namespace:Telerik.JustMock.Expectations
Assembly:Telerik.JustMock.dll
Syntax:
C#
public sealed class EventWaitDuration : IWaitDuration
Inheritance: objectEventWaitDuration
Implements:
Constructors
Initializes a new instance of the EventWaitDuration class.
Properties
Number of milliseconds to wait for executing the event.
C#
public int Miliseconds { get; }
Implements: