NSOperation.AddDependency(NSOperation) Method

Definition

Makes this NSOperation dependent on the completion of the specified NSOperation.

[Foundation.Export("addDependency:")]
public virtual void AddDependency (Foundation.NSOperation op);
abstract member AddDependency : Foundation.NSOperation -> unit
override this.AddDependency : Foundation.NSOperation -> unit

Parameters

Attributes

Applies to