MonobjcMonobjc Documented Class Library
RemoveDependency Method (operation)
NamespacesMonobjc.FoundationNSOperationRemoveDependency(NSOperation)

Removes the receiver’s dependence on the specified operation.

Original signature is '- (void)removeDependency:(NSOperation *)operation'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void RemoveDependency(
	NSOperation operation
)
Public Overridable Sub RemoveDependency ( _
	operation As NSOperation _
)
public:
virtual void RemoveDependency(
	NSOperation^ operation
)
Parameters
operation (NSOperation)
The dependent operation to be removed from the receiver.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)