DispatchBlock Constructors
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.
Overloads
DispatchBlock(Action, DispatchBlockFlags) | |
DispatchBlock(DispatchBlock, DispatchBlockFlags, DispatchQualityOfService, Int32) | |
DispatchBlock(Action, DispatchBlockFlags, DispatchQualityOfService, Int32) |
DispatchBlock(Action, DispatchBlockFlags)
public DispatchBlock (Action action, CoreFoundation.DispatchBlockFlags flags = CoreFoundation.DispatchBlockFlags.None);
new CoreFoundation.DispatchBlock : Action * CoreFoundation.DispatchBlockFlags -> CoreFoundation.DispatchBlock
Parameters
- action
- Action
- flags
- DispatchBlockFlags
Applies to
DispatchBlock(DispatchBlock, DispatchBlockFlags, DispatchQualityOfService, Int32)
public DispatchBlock (CoreFoundation.DispatchBlock dispatchBlock, CoreFoundation.DispatchBlockFlags flags, CoreFoundation.DispatchQualityOfService qosClass, int relative_priority);
new CoreFoundation.DispatchBlock : CoreFoundation.DispatchBlock * CoreFoundation.DispatchBlockFlags * CoreFoundation.DispatchQualityOfService * int -> CoreFoundation.DispatchBlock
Parameters
- dispatchBlock
- DispatchBlock
- flags
- DispatchBlockFlags
- qosClass
- DispatchQualityOfService
- relative_priority
- Int32
Applies to
DispatchBlock(Action, DispatchBlockFlags, DispatchQualityOfService, Int32)
public DispatchBlock (Action action, CoreFoundation.DispatchBlockFlags flags, CoreFoundation.DispatchQualityOfService qosClass, int relative_priority);
new CoreFoundation.DispatchBlock : Action * CoreFoundation.DispatchBlockFlags * CoreFoundation.DispatchQualityOfService * int -> CoreFoundation.DispatchBlock
Parameters
- action
- Action
- flags
- DispatchBlockFlags
- qosClass
- DispatchQualityOfService
- relative_priority
- Int32