ISubscriber::EventKeyRemoved Event

.NET Framework 4.5

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

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