RedisScaleoutConfiguration Class

.NET Framework 4.5

Settings for the Redis scale-out message bus implementation.

Inheritance Hierarchy

System.Object
  Microsoft.AspNet.SignalR.Messaging.ScaleoutConfiguration
    Microsoft.AspNet.SignalR.RedisScaleoutConfiguration

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

Syntax

'Declaration
Public Class RedisScaleoutConfiguration _
    Inherits ScaleoutConfiguration
'Usage
Dim instance As RedisScaleoutConfiguration
public class RedisScaleoutConfiguration : ScaleoutConfiguration
public ref class RedisScaleoutConfiguration : public ScaleoutConfiguration
type RedisScaleoutConfiguration =  
    class 
        inherit ScaleoutConfiguration 
    end
public class RedisScaleoutConfiguration extends ScaleoutConfiguration

The RedisScaleoutConfiguration type exposes the following members.

Constructors

  Name Description
Public method RedisScaleoutConfiguration(Func<RedisConnection>, String) Initializes a new instance of the RedisScaleoutConfiguration class.
Public method RedisScaleoutConfiguration(String, Int32, String, String) Initializes a new instance of the RedisScaleoutConfiguration class.

Top

Properties

  Name Description
Public property Database Gets or sets the Redis database instance to use. Defaults to 0.
Public property EventKey Gets or sets the Redis event key to use.
Public property MaxQueueLength Gets or sets the maximum length of the outgoing send queue. (Inherited from ScaleoutConfiguration.)

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.AspNet.SignalR Namespace