CLMonitorConfiguration.Create Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Export("configWithMonitorName:queue:eventHandler:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static CoreLocation.CLMonitorConfiguration Create(string name, CoreFoundation.DispatchQueue queue, Action<CoreLocation.CLMonitor,CoreLocation.CLMonitoringEvent> eventHandler);
[<Foundation.Export("configWithMonitorName:queue:eventHandler:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : string * CoreFoundation.DispatchQueue * Action<CoreLocation.CLMonitor, CoreLocation.CLMonitoringEvent> -> CoreLocation.CLMonitorConfiguration
Parameters
- name
- String
- queue
- DispatchQueue
- eventHandler
- Action<CLMonitor,CLMonitoringEvent>
Returns
- Attributes