Share via


CLLocationManagerDelegate_Extensions.MonitoringFailed Method

Definition

Monitoring region failed.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void MonitoringFailed(this CoreLocation.ICLLocationManagerDelegate This, CoreLocation.CLLocationManager manager, CoreLocation.CLRegion? region, Foundation.NSError error);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member MonitoringFailed : CoreLocation.ICLLocationManagerDelegate * CoreLocation.CLLocationManager * CoreLocation.CLRegion * Foundation.NSError -> unit

Parameters

manager
CLLocationManager

The CLLocationManager for which this is the delegate object.

region
CLRegion
error
NSError

The cause of the failure.

Attributes

Applies to