Subscription.EventKeys Property

.NET Framework 4

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

Syntax

'Declaration
Public Property EventKeys As HashSet(Of String)
    Get 
    Private Set
'Usage
Dim instance As Subscription 
Dim value As HashSet(Of String)

value = instance.EventKeys
public HashSet<string> EventKeys { get; private set; }
public:
property HashSet<String^>^ EventKeys {
    HashSet<String^>^ get ();
    private: void set (HashSet<String^>^ value);
}
member EventKeys : HashSet<string> with get, private set
function get EventKeys () : HashSet<String>
private function set EventKeys (value : HashSet<String>)

Property Value

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

See Also

Reference

Subscription Class

Microsoft.AspNet.SignalR.Messaging Namespace