send Function
This page is specific to:.NET Framework Version:4.0
Visual Studio 2010 - Visual C++
send Function

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Synchronous send operation, which waits until a decision has been made by the target.

template <
   class _Type
>
bool send(
   ITarget<_Type> * _Trg,
   const _Type& _Data
);
template <
   class _Type
>
bool send(
   ITarget<_Type> &_Trg,
   const _Type &_Data
);
Parameters

_Type
_Trg

A pointer to the target to which data is sent

_Data

A reference to the data to be sent

Return Value

A bool indicating whether something was placed in '_value' or not

Remarks

For more information, see Message Passing Functions.

Requirements

Header: agents.h

See Also

Reference

© 2009 Microsoft Corporation. All rights reserved.   Terms of Use | Trademarks | Privacy Statement
Page view tracker
Rate the Lightweight library
x
Lightweight builds on ScriptFree (loband) by adding features you've requested: a SearchBox and default code language selection.
Do you like the SearchBox?
Do you like the tabbed code blocks?
How useful is this topic?
Tell us more.
Thanks
x
You're helping to improve MSDN Online.
Feedback
Switch View
Classic
Lightweight Beta
ScriptFree
Switch View