Method GetCalculationsAsync

GetCalculationsAsync(CheckResultType, bool, CancellationToken)

Returns a root node of the tree with calculations

Declaration
Task<ICalculationsNode> GetCalculationsAsync(CheckResultType calculationType, bool summaryTablesOnly = false, CancellationToken cancellationToken = default)
Parameters
Type Name Description
CheckResultType calculationType

The type of calculations to obtain

bool summaryTablesOnly

A value indicating whether only summary tables will be included in the calculations

CancellationToken cancellationToken

The optional cancellation token

Returns
Type Description
Task<ICalculationsNode>

A root node of the tree with calculations

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