Connection::Send Method

.NET Framework 4.5

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

public:
virtual Task^ Send(
	ConnectionMessage message
) sealed

Return Value

Type: System.Threading.Tasks::Task
Returns Task.

Implements

IConnection::Send(ConnectionMessage)
ITransportConnection::Send(ConnectionMessage)
Show: