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: 0.22.4.0116
Syntax
Task<IMemberLoading> GetLoadingAsync(
	Guid loadingId,
	AnalysisType analysisType,
	LoadingResultType loadingResultType,
	CancellationToken cancellationToken = default
)

Parameters

loadingId
Type: SystemGuid
The loading ID
analysisType
Type: TSD.API.Remoting.SolverAnalysisType
The AnalysisType
loadingResultType
Type: TSD.API.Remoting.LoadingLoadingResultType
The LoadingResultType
cancellationToken (Optional)
Type: System.ThreadingCancellationToken
The optional CancellationToken

Return Value

Type: TaskIMemberLoading
A loading of the member
See Also