IHostDocumentsGetCustomerRiskAsync Method
Obtains the risk information of a client asynchronously.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
Task<DataSet> GetCustomerRiskAsync(
string code,
bool full
)
Function GetCustomerRiskAsync (
code As String,
full As Boolean
) As Task(Of DataSet)
- code String
- Client code.
- full Boolean
- Indicates whether a detailed report is requested.
TaskDataSetDataSet with all the risk information.