Method GetLoadingAsync

GetLoadingAsync(Guid, AnalysisType, LoadingResultType, CancellationToken)

Returns a loading of the member for a specific AnalysisType and LoadingResultType

Declaration
Task<IMemberLoading> GetLoadingAsync(Guid loadingId, AnalysisType analysisType, LoadingResultType loadingResultType, CancellationToken cancellationToken = default)
Parameters
Type Name Description
Guid loadingId

The loading ID

AnalysisType analysisType

The AnalysisType

LoadingResultType loadingResultType

The LoadingResultType

CancellationToken cancellationToken

The optional cancellation token

Returns
Type Description
Task<IMemberLoading>

A loading of the member

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