ISubscriber.EventKeyAdded Event

.NET Framework 4

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

Syntax

'Declaration
Event EventKeyAdded As Action(Of String)
'Usage
Dim instance As ISubscriber 
Dim handler As Action(Of String)

AddHandler instance.EventKeyAdded, handler
event Action<string> EventKeyAdded
event Action<String^>^ EventKeyAdded {
    void add (Action<String^>^ value);
    void remove (Action<String^>^ value);
}
abstract EventKeyAdded : IEvent<Action<string>,
    EventArgs>
JScript supports the use of events, but not the declaration of new ones.

See Also

Reference

ISubscriber Interface

Microsoft.AspNet.SignalR.Messaging Namespace