Method GetLoadingVibrationAsync

GetLoadingVibrationAsync(Guid, CancellationToken)

Returns the vibration results for a loading with given ID

Declaration
Task<ILoadingVibration> GetLoadingVibrationAsync(Guid id, CancellationToken cancellationToken = default)
Parameters
Type Name Description
Guid id

The ID of loading to get the vibration results for

CancellationToken cancellationToken

The optional cancellation token

Returns
Type Description
Task<ILoadingVibration>

The vibration results

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