CLLocationManagerDelegate_Extensions.DeferredUpdatesFinished 方法

定义

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static void DeferredUpdatesFinished (this CoreLocation.ICLLocationManagerDelegate This, CoreLocation.CLLocationManager manager, Foundation.NSError error);
static member DeferredUpdatesFinished : CoreLocation.ICLLocationManagerDelegate * CoreLocation.CLLocationManager * Foundation.NSError -> unit

参数

This
ICLLocationManagerDelegate

此扩展方法在其上运行的实例。

manager
CLLocationManager

CLLocationManager为其this委托对象的 。

error
NSError

延迟更新不再可用的原因。

属性

适用于