[#BloombergLP-bdlmt-SignalerConnectionGuard-waitOnDisconnect] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlmt.adoc[bdlmt]::xref:BloombergLP/bdlmt/SignalerConnectionGuard.adoc[SignalerConnectionGuard]::waitOnDisconnect :relfileprefix: ../../../ :mrdocs: Return whether this guard waits when disconnecting its slot. == Synopsis Declared in `<bdlmt_signaler.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool waitOnDisconnect() const noexcept; ---- == Description Return a `bool` that indicates the value that determines whether the slot, if any, managed by this object will be disconnected using `disconnect` or `disconnectAndWait`. Throws nothing. == Return Value `true` if this guard uses `disconnectAndWait`, and `false` otherwise [.small]#Created with https://www.mrdocs.com[MrDocs]#