Reply Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Creates a reply message targeted to the sender.
Namespace: Microsoft.SPOT.Messaging
Assembly: Microsoft.SPOT.Native (in Microsoft.SPOT.Native.dll)
Syntax
'Declaration
Public Sub Reply ( _
data As Object _
)
public void Reply(
Object data
)
public:
void Reply(
Object^ data
)
member Reply :
data:Object -> unit
public function Reply(
data : Object
)
Parameters
- data
Type: System. . :: . .Object
Holds contents of the reply message.
Remarks
This class supports the .NET Micro Framework infrastructure and is not intended to be used directly from your code.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.