DispatchBlock Class

Definition

public sealed class DispatchBlock : CoreFoundation.NativeObject
type DispatchBlock = class
    inherit NativeObject
Inheritance
DispatchBlock

Constructors

DispatchBlock(Action, DispatchBlockFlags)
DispatchBlock(Action, DispatchBlockFlags, DispatchQualityOfService, Int32)
DispatchBlock(DispatchBlock, DispatchBlockFlags, DispatchQualityOfService, Int32)

Properties

Cancelled
Handle (Inherited from NativeObject)

Methods

Cancel()
Create(Action, DispatchBlockFlags)
Create(Action, DispatchBlockFlags, DispatchQualityOfService, Int32)
Create(DispatchBlock, DispatchBlockFlags, DispatchQualityOfService, Int32)
Create(DispatchBlockFlags, DispatchQualityOfService, Int32)
Dispose() (Inherited from NativeObject)
Dispose(Boolean) (Inherited from NativeObject)
InitializeHandle(IntPtr) (Inherited from NativeObject)
Invoke()
Notify(DispatchQueue, Action)
Notify(DispatchQueue, DispatchBlock)
Release() (Inherited from NativeObject)
Retain() (Inherited from NativeObject)
TestCancel()
Wait(DispatchTime)
Wait(TimeSpan)

Operators

Explicit(DispatchBlock to Action)

Applies to