[#BloombergLP-bdlmt-Throttle-requestPermission-07] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlmt.adoc[bdlmt]::xref:BloombergLP/bdlmt/Throttle.adoc[Throttle]::requestPermission :relfileprefix: ../../../ :mrdocs: Return whether taking `numActions` would not exceed this throttle's limit. == Synopsis Declared in `<bdlmt_throttle.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool requestPermission(int numActions); ---- == Return Value `true` if permission is granted, and `false` otherwise == Parameters [cols="1,4"] |=== | Name| Description | *numActions* | number of actions requested |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#