Share via


ISubscriber.EventKeys Property

.NET Framework 4

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

Syntax

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

value = instance.EventKeys
IEnumerable<string> EventKeys { get; }
property IEnumerable<String^>^ EventKeys {
    IEnumerable<String^>^ get ();
}
abstract EventKeys : IEnumerable<string>
function get EventKeys () : IEnumerable<String>

Property Value

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

See Also

Reference

ISubscriber Interface

Microsoft.AspNet.SignalR.Messaging Namespace