Method GetVibrationAsync

GetVibrationAsync(CancellationToken)

Returns the results of a vibration analysis

Declaration
Task<IVibrationResults?> GetVibrationAsync(CancellationToken cancellationToken = default)
Parameters
Type Name Description
CancellationToken cancellationToken

The optional cancellation token

Returns
Type Description
Task<IVibrationResults>

The results of a vibration analysis

Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next