CLLocationManager.StopRangingBeacons(CLBeaconRegion) Method

Definition

Stops tracking beacons in the region.

[Foundation.Export("stopRangingBeaconsInRegion:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void StopRangingBeacons (CoreLocation.CLBeaconRegion region);
abstract member StopRangingBeacons : CoreLocation.CLBeaconRegion -> unit
override this.StopRangingBeacons : CoreLocation.CLBeaconRegion -> unit

Parameters

Attributes

Applies to