IStreetSmartAPIGetApiReadyState Method |
Returns the current 'ready'-state of the API.
This is an asynchronous function.
Namespace:
StreetSmart.WinForms.Interfaces
Assembly:
StreetSmart.WinForms (in StreetSmart.WinForms.dll) Version: 18.3.0.0 (18.3.0.0)
SyntaxTask<bool> GetApiReadyState()
Function GetApiReadyState As Task(Of Boolean)
Task<bool>^ GetApiReadyState()
abstract GetApiReadyState : unit -> Task<bool>
Return Value
Type:
TaskBooleanThe current 'ready'-state of the API.
See Also