44 строки
1.3 KiB
Markdown
44 строки
1.3 KiB
Markdown
|
---
|
||
|
title: Wait Class
|
||
|
page_title: Wait Class | JustMock Documentation
|
||
|
description: Documentation page about Wait Class.
|
||
|
previous_url: /t_telerik_justmock_wait.html
|
||
|
slug: t_telerik_justmock_wait
|
||
|
published: True
|
||
|
fullPath: api/n_telerik_justmock/t_telerik_justmock_wait/t_telerik_justmock_wait
|
||
|
category: "api"
|
||
|
---
|
||
|
|
||
|
# Wait Class
|
||
|
|
||
|
|
||
|
|
||
|
Specifies the duration to wait before executing an event.
|
||
|
|
||
|
|
||
|
**Namespace:** [Telerik.JustMock](n_telerik_justmock) <br> **Assembly:** Telerik.JustMock(in Telerik.JustMock.dll)
|
||
|
## Syntax
|
||
|
|
||
|
|
||
|
<div id="syntaxCodeBlocks" class="code"><span codeLanguage="CSharp"><table><tr><th>C#</th></tr><tr><td><pre xml:space="preserve"><span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">class</span> <span class="identifier">Wait</span></pre></td></tr></table></span><span codeLanguage="VisualBasicDeclaration"><table><tr><th>Visual Basic</th></tr><tr><td><pre xml:space="preserve"><span class="keyword">Public</span> <span class="keyword">NotInheritable</span> <span class="keyword">Class</span> <span class="identifier">Wait</span></pre></td></tr></table></span></div>
|
||
|
|
||
|
|
||
|
## Inheritance Hierarchy
|
||
|
|
||
|
|
||
|
* [System.Object](e5kfa45b)
|
||
|
|
||
|
* Telerik.JustMock.Wait
|
||
|
|
||
|
|
||
|
## See Also
|
||
|
|
||
|
|
||
|
|
||
|
[Wait Members](allmembers_t_telerik_justmock_wait)
|
||
|
|
||
|
[Telerik.JustMock Namespace](n_telerik_justmock)
|
||
|
|
||
|
|
||
|
|