[#Sock-SendComplete-03] = xref:Sock.adoc[Sock]::SendComplete :relfileprefix: ../ :mrdocs: Convenience method, equivalent to `SendComplete(MakeUCharSpan(data), timeout, interrupt)`. == Synopsis Declared in `<util/sock.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual void SendComplete( std::span<char const> data, std::chrono::milliseconds timeout, xref:CThreadInterrupt.adoc[CThreadInterrupt]& interrupt) const; ---- == Parameters [cols="1,4"] |=== | Name| Description | *data* [in] | Data to send. | *timeout* [in] | Timeout for the entire operation. | *interrupt* [in] | If this is signaled then the operation is canceled. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#