Method StartAsync
StartAsync()
Starts the BeaconScanner.
Declaration
public Task StartAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task | a System.Threading.Tasks.Task indicating when the BeaconScanner has started. |
Remarks
If IndoorPositioningDefinition is not loaded when BeaconScanner starts, IndoorPositioningDefinition performs loading during the starting phase, which can lead to a significant delay before BeaconScanner is started. To prevent such a delay, manually load IndoorPositioningDefinition before starting BeaconScanner.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 200.6 |
.NET | 200.6 |
.NET Windows | 200.6 |
.NET Android | 200.6 |
.NET iOS | 200.6 |
.NET Framework | 200.6 |
UWP | 200.6 |