IHostDocumentsGetAnalyticalAsync(AnalyticalType, Int64) Method

Gets the analytical information corresponding to the type asynchronously.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
Task<List<Analytical>> GetAnalyticalAsync(
	AnalyticalType analyticalType,
	long id
)

Parameters

analyticalType  AnalyticalType
AnalyticalType with the analitical type.
id  Int64
Analitical identifier.

Return Value

TaskListAnalytical
List<Analytical> with the analytical information by type.

See Also