.NET Framework Class Library
PDMSystem.Wait Method
|
<< Click to Display Table of Contents >> Navigation: MwPDMApi Namespace > PDMSystem Class > PDMSystem Methods > .NET Framework Class Library |
Make the system waiting for a specified number of milliseconds.
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Sub Wait ( _ Optional milliseconds As Integer = -1 _ |
C# |
|---|
public void Wait( int milliseconds = -1 |
Visual C++ |
|---|
public: void Wait( |
JavaScript |
|---|
function wait(milliseconds); |
Parameters
milliseconds (Optional)
Type: System.Int32
Value expressed in milliseconds. If no argument is passed, the default value is used (see the file DBWConn.par).
See Also