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


Glossary Item Box

Requests cancellation of the operation.

Syntax

Visual Basic (Declaration) 
Public MustOverride Sub RequestCancellation() 
C# 
public abstract void RequestCancellation()
C++/CLI 
public:
abstract void RequestCancellation(); 

Remarks

This method will return immediately. Use the WaitForCompletion and/or State members to determine when the process has actually completed cancellation.

Requirements

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

See Also