Keysight 89600 VSA .NET API
WaitForCompletion Method
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Keysight.SA.Vsa Namespace > Operation Class : WaitForCompletion Method


timeoutMS
milliseconds to wait before returning if operation has not completed

Glossary Item Box

Waits for the operation to complete and times out if not completed within timeoutMS.

Syntax

Visual Basic (Declaration) 
Public MustOverride Function WaitForCompletion( _
   ByVal timeoutMS As Integer _
) As Boolean
C# 
public abstract bool WaitForCompletion( 
   int timeoutMS
)
C++/CLI 
public:
abstract bool WaitForCompletion( 
   int timeoutMS
) 

Parameters

timeoutMS
milliseconds to wait before returning if operation has not completed

Return Value

true if the operation completed. False if timeout before completion.

Exceptions

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

See Also