Share via


Connection.ISubscriber.EventKeys Property

.NET Framework 4

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

Syntax

'Declaration
Private ReadOnly Property EventKeys As IEnumerable(Of String)
    Implements ISubscriber.EventKeys 
    Get
'Usage
Dim instance As Connection 
Dim value As IEnumerable(Of String)

value = CType(instance, ISubscriber).EventKeys
IEnumerable<string> ISubscriber.EventKeys { get; }
private:
virtual property IEnumerable<String^>^ EventKeys {
    IEnumerable<String^>^ get () sealed = ISubscriber::EventKeys::get;
}
private abstract EventKeys : IEnumerable<string>
private override EventKeys : IEnumerable<string>
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Property Value

Type: System.Collections.Generic.IEnumerable<String>
Returns IEnumerable<T>.

Implements

ISubscriber.EventKeys

See Also

Reference

Connection Class

Microsoft.AspNet.SignalR.Infrastructure Namespace