DispatchBlock Costruttori
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
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
Parametri
- action
- Action
- flags
- DispatchBlockFlags
Si applica a
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
Parametri
- dispatchBlock
- DispatchBlock
- flags
- DispatchBlockFlags
- qosClass
- DispatchQualityOfService
- relative_priority
- Int32
Si applica a
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
Parametri
- action
- Action
- flags
- DispatchBlockFlags
- qosClass
- DispatchQualityOfService
- relative_priority
- Int32