Connection::Received Event

.NET Framework 4.5

Occurs when the Connection has received data from the server.

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

public:
 event Action<String^>^ Received {
	void add (Action<String^>^ value);
	void remove (Action<String^>^ value);
}
Show: