IHostDocumentsGetCustomerRiskAsync Method

Obtains the risk information of a client asynchronously.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
Task<DataSet> GetCustomerRiskAsync(
	string code,
	bool full
)

Parameters

code  String
Client code.
full  Boolean
Indicates whether a detailed report is requested.

Return Value

TaskDataSet
DataSet with all the risk information.

See Also