IHostManagementSuggestCodeAsync Method
Gets a code hint asynchronously.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
Task<string> SuggestCodeAsync(
string table,
string field,
string prefix = null
)
Function SuggestCodeAsync (
table As String,
field As String,
Optional prefix As String = Nothing
) As Task(Of String)
- table String
- Table of the code to suggest.
- field String
- Field containing the code to suggest.
- prefix String (Optional)
- Code prefix.
TaskStringString with the next code hint.