ISubscriber.EventKeyRemoved Event
.NET Framework 4
Namespace: Microsoft.AspNet.SignalR.Messaging
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Syntax
'Declaration
Event EventKeyRemoved As Action(Of String)
'Usage
Dim instance As ISubscriber
Dim handler As Action(Of String)
AddHandler instance.EventKeyRemoved, handler
event Action<string> EventKeyRemoved
event Action<String^>^ EventKeyRemoved {
void add (Action<String^>^ value);
void remove (Action<String^>^ value);
}
abstract EventKeyRemoved : IEvent<Action<string>,
EventArgs>
JScript supports the use of events, but not the declaration of new ones.