RedisScaleoutConfiguration.EventKey Property

.NET Framework 4.5

Gets or sets the Redis event key to use.

Namespace:  Microsoft.AspNet.SignalR
Assembly:  Microsoft.AspNet.SignalR.Redis (in Microsoft.AspNet.SignalR.Redis.dll)

Syntax

'Declaration
Public Property EventKey As String 
    Get 
    Private Set
'Usage
Dim instance As RedisScaleoutConfiguration 
Dim value As String 

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

Property Value

Type: System.String
The Redis event key to use.

See Also

Reference

RedisScaleoutConfiguration Class

Microsoft.AspNet.SignalR Namespace