IModelGetCarbonInfoAsync Method

Returns the embodied carbon information for a collection of sources

Namespace:  TSD.API.Remoting.Structure
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
Task<IEnumerable<ICarbonInfo>> GetCarbonInfoAsync(
	IEnumerable<CarbonSourceEntityInfo> carbonSourceEntityInfos
)

Parameters

carbonSourceEntityInfos
Type: System.Collections.GenericIEnumerableCarbonSourceEntityInfo
A collection of identifiers of the carbon sources to get the information for

Return Value

Type: TaskIEnumerableICarbonInfo
A collection of ICarbonInfo instances, one for each carbon source
See Also