ISectionFactoryGetNonParametricSectionsAsync(HeadCode, SectionGroup, NullableInt32, CancellationToken) Method

Returns a collection of non-parametric sections from given group

Namespace: TSD.API.Remoting.Sections
Assembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 24.0.1.45+53a79b69d75fb81c51fcd389e0bdcf241e5b9f7c
Syntax
Task<IEnumerable<INonParametricSection>> GetNonParametricSectionsAsync(
	HeadCode headCode,
	SectionGroup sectionGroup,
	int? limit = null,
	CancellationToken cancellationToken = default
)

Parameters

headCode  HeadCode
The head code to get sections for
sectionGroup  SectionGroup
The group to get sections from
limit  NullableInt32  (Optional)
The maximum number of sections to retrieve ( to retrieve all)
cancellationToken  CancellationToken  (Optional)
The optional cancellation token

Return Value

TaskIEnumerableINonParametricSection
A collection of non-parametric sections from given group
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