DispatchBlock Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
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
Paramètres
- action
- Action
- flags
- DispatchBlockFlags
S’applique à
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
Paramètres
- dispatchBlock
- DispatchBlock
- flags
- DispatchBlockFlags
- qosClass
- DispatchQualityOfService
- relative_priority
- Int32
S’applique à
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
Paramètres
- action
- Action
- flags
- DispatchBlockFlags
- qosClass
- DispatchQualityOfService
- relative_priority
- Int32