IConnection::Send Method

.NET Framework 4.5

Sends a message to connections subscribed to the signal.

Namespace:  Microsoft.AspNet.SignalR
Assembly:  Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)

Task^ Send(
	ConnectionMessage message
)

Parameters

message
Type: Microsoft.AspNet.SignalR::ConnectionMessage
The message to send.

Return Value

Type: System.Threading.Tasks::Task
A task that returns when the message has be sent.
Show: