POLS

Mapper.FindBeacons Method 

Finds all beacons matching the given unique id.

public abstract Beacon[] FindBeacons(
   string id
);

Parameters

id

Return Value

an array of Beacons, or null if no matching beacons were found

See Also

Mapper Class | POLS.Core Namespace