NSOperation.AddDependency(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 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
- op
- NSOperation
- Attributes