RedisScaleoutConfiguration Class

.NET Framework 4.5

Settings for the Redis scale-out message bus implementation.

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)

public ref class RedisScaleoutConfiguration : public ScaleoutConfiguration

The RedisScaleoutConfiguration type exposes the following members.

  NameDescription
Public methodRedisScaleoutConfiguration(Func<RedisConnection>, String)Initializes a new instance of the RedisScaleoutConfiguration class.
Public methodRedisScaleoutConfiguration(String, Int32, String, String)Initializes a new instance of the RedisScaleoutConfiguration class.
Top

  NameDescription
Public propertyDatabaseGets or sets the Redis database instance to use. Defaults to 0.
Public propertyEventKeyGets or sets the Redis event key to use.
Public propertyMaxQueueLengthGets or sets the maximum length of the outgoing send queue. (Inherited from ScaleoutConfiguration.)
Top

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top

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