NSOperation.RemoveDependency(NSOperation) Method

Definition

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

Attributes

Applies to