RedisMessage Class

.NET Framework 4.5

Inheritance Hierarchy

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

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class RedisMessage
'Usage
Dim instance As RedisMessage
[SerializableAttribute]
public class RedisMessage
[SerializableAttribute]
public ref class RedisMessage
[<SerializableAttribute>]
type RedisMessage =  class end
public class RedisMessage

The RedisMessage type exposes the following members.

Constructors

  Name Description
Public method RedisMessage

Top

Properties

  Name Description
Public property Id
Public property Messages

Top

Methods

  Name Description
Public methodStatic member Deserialize
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetBytes
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.Redis Namespace