RedisMessage.GetBytes Method
.NET Framework 4
Namespace: Microsoft.AspNet.SignalR.Redis
Assembly: Microsoft.AspNet.SignalR.Redis (in Microsoft.AspNet.SignalR.Redis.dll)
Syntax
'Declaration
Public Function GetBytes As Byte()
'Usage
Dim instance As RedisMessage
Dim returnValue As Byte()
returnValue = instance.GetBytes()
public byte[] GetBytes()
public:
array<unsigned char>^ GetBytes()
member GetBytes : unit -> byte[]
public function GetBytes() : byte[]
Return Value
Type: System.Byte[]
Returns Byte.