ITransport::Received Property

.NET Framework 4.5

Gets or sets a callback that is invoked when the transport receives data.

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

property Func<String^, Task^>^ Received {
	Func<String^, Task^>^ get ();
	void set (Func<String^, Task^>^ value);
}

Property Value

Type: System::Func<String, Task>
Returns Func<T, TResult>.
Show: