Subscription::Received Event

.NET Framework 4.5

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

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