IModelGetCarbonSourcesAsync Method

Returns a collection of identifiers of carbon sources

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

Return Value

Type: TaskIEnumerableCarbonSourceEntityInfo
A collection of identifiers of carbon sources
See Also