BADownloadManager.PerformWithExclusiveControl 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.
Overloads
| Name | Description |
|---|---|
| PerformWithExclusiveControl(Action<NSError>) | |
| PerformWithExclusiveControl(NSDate, Action<Boolean,NSError>) |
Obsolete.
|
PerformWithExclusiveControl(Action<NSError>)
[Foundation.Export("performWithExclusiveControl:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void PerformWithExclusiveControl(Action<Foundation.NSError> performHandler);
[<Foundation.Export("performWithExclusiveControl:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member PerformWithExclusiveControl : Action<Foundation.NSError> -> unit
override this.PerformWithExclusiveControl : Action<Foundation.NSError> -> unit
Parameters
- Attributes
Applies to
PerformWithExclusiveControl(NSDate, Action<Boolean,NSError>)
Caution
This property has been removed. It will always return string.Empty.
[System.Obsolete("This property has been removed. It will always return string.Empty.")]
public virtual void PerformWithExclusiveControl(Foundation.NSDate date, Action<bool,Foundation.NSError?> performHandler);
[<System.Obsolete("This property has been removed. It will always return string.Empty.")>]
abstract member PerformWithExclusiveControl : Foundation.NSDate * Action<bool, Foundation.NSError> -> unit
override this.PerformWithExclusiveControl : Foundation.NSDate * Action<bool, Foundation.NSError> -> unit
Parameters
- date
- NSDate
- Attributes