Click or drag to resize

AudioOutputStopRequest Method

LightningChart .NET Help
Signals this instance to stop. Stopping does not occur immediately after exiting this method. By subscribing to Stopped event, caller is notified when everything has stopped. Is equivalent to setting IsOutputEnabled property true.

Namespace:  Arction.Wpf.SignalProcessing
Assembly:  Arction.Wpf.SignalProcessing.SignalTools (in Arction.Wpf.SignalProcessing.SignalTools.dll) Version: 10.3.1
Syntax
public void StopRequest()
See Also