Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
.NET Framework 4
Namespace:  Microsoft.AspNet.SignalR.Redis
Assembly:  Microsoft.AspNet.SignalR.Redis (in Microsoft.AspNet.SignalR.Redis.dll)
Syntax
'Declaration
Public Shared Function Deserialize ( _
    data As Byte() _
) As RedisMessage
'Usage
Dim data As Byte()
Dim returnValue As RedisMessage 
returnValue = RedisMessage.Deserialize(data)
public static RedisMessage Deserialize(
    byte[] data
)
public:
static RedisMessage^ Deserialize(
    array<unsigned char>^ data
)
static member Deserialize : 
        data:byte[] -> RedisMessage
public static function Deserialize(
    data : byte[]
) : RedisMessage
Parameters
- data
 Type: System.Byte[]
Return Value
Type: Microsoft.AspNet.SignalR.Redis.RedisMessage
Returns RedisMessage.