size_t xtd::net::sockets::udp_client::end_send | ( | xtd::sptr< xtd::iasync_result > | async_result | ) |
Ends a pending asynchronous send.
async_result | An xtd::iasync_result object returned by a call to xtd::net::sockets::udp_client::begin_send. |
argument_exception | asyncResult was not returned by a call to the xtd::net::sockets::udp_client::begin_send method. |
xtd::net::sockets::socket_exception | An error occurred when attempting to access the underlying socket. |
xtd::object_closed_exception | The underlying xtd::net::sockets::socket has been closed. |