IHostDocumentsGetAnalyticalAsync(AnalyticalType, Int64) Method
Gets the analytical information corresponding to the type asynchronously.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
Task<List<Analytical>> GetAnalyticalAsync(
AnalyticalType analyticalType,
long id
)
Function GetAnalyticalAsync (
analyticalType As AnalyticalType,
id As Long
) As Task(Of List(Of Analytical))
- analyticalType AnalyticalType
- AnalyticalType with the analitical type.
- id Int64
- Analitical identifier.
TaskListAnalyticalList<
Analytical> with the analytical information by type.