Method GetLoadingRsaAsync
GetLoadingRsaAsync(Guid, CancellationToken)
Returns the RSA results for a loading with given ID
Declaration
Task<ILoadingRsaSeismic> GetLoadingRsaAsync(Guid id, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| Guid | id | The ID of loading to get the RSA results for |
| CancellationToken | cancellationToken | The optional cancellation token |
Returns
| Type | Description |
|---|---|
| Task<ILoadingRsaSeismic> | The RSA results |