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 | |
| CancellationToken | cancellationToken | The optional cancellation token |
Returns
| Type | Description |
|---|---|
| Task<IMemberLoading> | A loading of the member |