RelaxISPlugin_DataManipulation2ManipulateSpectraAsync Method |
Called when the plugin should perform its manipulations.
Namespace: RelaxIS_SDK.PluginsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public abstract Task ManipulateSpectraAsync(
IList<ImpedanceSpectrum> spectra,
ExecutionMode mode,
IWin32Window parent,
CancellationToken cancellation
)
Public MustOverride Function ManipulateSpectraAsync (
spectra As IList(Of ImpedanceSpectrum),
mode As ExecutionMode,
parent As IWin32Window,
cancellation As CancellationToken
) As Task
Dim instance As RelaxISPlugin_DataManipulation2
Dim spectra As IList(Of ImpedanceSpectrum)
Dim mode As ExecutionMode
Dim parent As IWin32Window
Dim cancellation As CancellationToken
Dim returnValue As Task
returnValue = instance.ManipulateSpectraAsync(spectra,
mode, parent, cancellation)
Parameters
- spectra IListImpedanceSpectrum
- The spectra to manipulate.
- mode ExecutionMode
- Defines how RelaxIS is using the plugin.
- parent IWin32Window
- The parent form to use.
- cancellation CancellationToken
- A cancellation token that signal that the user interrupted the action.
Return Value
TaskSee Also