IHostDocumentsGetAnalyticalAsync(AnalyticalSource, String) Method

Gets the analytical information from the code, depending on the data source asynchronously.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
Task<List<Analytical>> GetAnalyticalAsync(
	AnalyticalSource analyticalSource,
	string code
)

Parameters

analyticalSource  AnalyticalSource
AnalyticalSource with the analytical source.
code  String
Analytical code.

Return Value

TaskListAnalytical
List<Analytical> with the analytical information from the code.

See Also