The methods of Foundation.NSOperation are listed below. For a list of all members, see the NSOperation Members list.
See Also: Inherited members from Foundation.NSObject
AddDependency(NSOperation)Makes this NSOperation dependent on the completion of the specified NSOperation. | ||
Cancel()Requests that this NSOperation should stop executing its task. | ||
Main()Executes this operation's non-concurrent task. | ||
RemoveDependency(NSOperation)Makes this operation no longer dependent on the specified operation. | ||
Start()Begins the execution of the operation. | ||
WaitUntilFinishedNS()Blocks the current thread until this operation finishes. | ||