NSOperation.RemoveDependency(NSOperation) 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.
Makes this operation no longer dependent on the specified operation.
[Foundation.Export("removeDependency:")]
public virtual void RemoveDependency (Foundation.NSOperation op);
abstract member RemoveDependency : Foundation.NSOperation -> unit
override this.RemoveDependency : Foundation.NSOperation -> unit
Parameters
- op
- NSOperation
- Attributes