Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
When overridden in a derived class, places messages into the block asynchronously.
virtual void async_send(
_Inout_opt_ message<_Type> * _Msg
) = 0;
Parameters
- _Msg
A message object to send asynchronously.
Remarks
Processor implementations should override this method.
Requirements
Header: agents.h
Namespace: concurrency