RedisMessage Class

.NET Framework 4.5

Represents a Redis message.

System::Object
  Microsoft.AspNet.SignalR.Redis::RedisMessage

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

public ref class RedisMessage

The RedisMessage type exposes the following members.

  NameDescription
Public methodRedisMessageInitializes a new instance of the RedisMessage class.
Top

  NameDescription
Public propertyIdGets or sets the Redis message ID.
Public propertyScaleoutMessageGets or sets the scaled out Redis message.
Top

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodStatic memberFromBytesCreates a Redis message from the specified data.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodStatic memberToBytesConverts the messages into array of bytes.
Public methodToString (Inherited from Object.)
Top

No content here will be updated; please do not add material here.

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: