Click or drag to resize

IStreetSmartAPIGetApplicationName Method

Returns the application name 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)
Syntax
Task<string> GetApplicationName()

Return Value

Type: TaskString
The application name of the API.
See Also