IMemberGetLoadingAsync Method

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

Namespace: TSD.API.Remoting.Structure
Assembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 23.1.0.154
Syntax
Task<IMemberLoading> GetLoadingAsync(
	Guid loadingId,
	AnalysisType analysisType,
	LoadingResultType loadingResultType,
	CancellationToken cancellationToken = default
)

Parameters

loadingId  Guid
The loading ID
analysisType  AnalysisType
The AnalysisType
loadingResultType  LoadingResultType
The LoadingResultType
cancellationToken  CancellationToken  (Optional)
The optional cancellation token

Return Value

TaskIMemberLoading
A loading of the member
See Also
Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next