IHostDocumentsGetAnalyticalAsync(AnalyticalSource, String) Method
Gets the analytical information from the code, depending on the data source asynchronously.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
Task<List<Analytical>> GetAnalyticalAsync(
AnalyticalSource analyticalSource,
string code
)
Function GetAnalyticalAsync (
analyticalSource As AnalyticalSource,
code As String
) As Task(Of List(Of Analytical))
- analyticalSource AnalyticalSource
- AnalyticalSource with the analytical source.
- code String
- Analytical code.
TaskListAnalyticalList<
Analytical> with the analytical information from the code.