MonobjcMonobjc Documented Class Library
CompletionBlock Property
NamespacesMonobjc.FoundationNSOperationCompletionBlock

Returns the block to execute when the operation’s main task is complete.

Operation objects monitor the isFinished key path and execute this block when the value at that key path changes to YES. As a result, this block is called regardless of whether the operation completed successfully or was cancelled.

Original signature is '- (void (^)(void))completionBlock'

Declaration Syntax
C#Visual BasicVisual C++
public virtual IntPtr CompletionBlock { get; }
Public Overridable ReadOnly Property CompletionBlock As IntPtr
	Get
public:
virtual property IntPtr CompletionBlock {
	IntPtr get ();
}
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)