IHostManagementSuggestCodeAsync Method

Gets a code hint asynchronously.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
Task<string> SuggestCodeAsync(
	string table,
	string field,
	string prefix = null
)

Parameters

table  String
Table of the code to suggest.
field  String
Field containing the code to suggest.
prefix  String  (Optional)
Code prefix.

Return Value

TaskString
String with the next code hint.

See Also