Fluent Assertions Documentation
FluentAssertions.Common Namespace / IClock Interface / Delay Method
The time span to wait before completing the returned task
In This Topic
    Delay Method
    In This Topic
    Will block the current thread until a time delay has passed.
    Syntax
    void Delay( 
       TimeSpan timeToDelay
    )

    Parameters

    timeToDelay
    The time span to wait before completing the returned task
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also