POLS

Mapper.FindBeacon Method 

Finds a beacon matching the given unique id. If more than one beacon matching the id exists in the mapper, the first one found is returned.

public virtual Beacon FindBeacon(
   string id
);

Parameters

id
unique id, which is not case-sensitive

Return Value

a Beacon, or null if one cannot be found.

Remarks

Mappers should override this method if they can provide a more efficient implementation

See Also

Mapper Class | POLS.Core Namespace