[#BloombergLP-balb-ControlManager-dispatchMessage-0a] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balb.adoc[balb]::xref:BloombergLP/balb/ControlManager.adoc[ControlManager]::dispatchMessage :relfileprefix: ../../../ :mrdocs: `dispatchMessage` overloads == Synopses Declared in `<balb_controlmanager.h>` Parse and dispatch the specified complete message. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int xref:BloombergLP/balb/ControlManager/dispatchMessage-02.adoc[dispatchMessage](std::string_view const& message) const; ---- [.small]#xref:BloombergLP/balb/ControlManager/dispatchMessage-02.adoc[_» more..._]# Dispatch the message in the specified stream for the specified prefix. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int xref:BloombergLP/balb/ControlManager/dispatchMessage-08.adoc[dispatchMessage]( xref:bsl/string.adoc[bsl::string] const& prefix, std::istream& stream) const; ---- [.small]#xref:BloombergLP/balb/ControlManager/dispatchMessage-08.adoc[_» more..._]# == Return Value 0 on success, or a non‐zero value otherwise == Parameters [cols="1,4"] |=== | Name| Description | *message* | complete control message to parse and dispatch | *prefix* | case‐insensitive message prefix selecting the callback | *stream* | input stream containing the remainder of the message |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#