CloudQueueMessage.CreateCloudQueueMessageFromByteArray Method (Byte[]) (Microsoft.WindowsAzure.Storage.Queue)
From Microsoft.WindowsAzure.Storage.Queue
C#
C++
F#
VB
CloudQueueMessage.::..CreateCloudQueueMessageFromByteArray Method (Byte[])(array<Byte>^)(Byte[])(Byte())
Initializes a new instance of the CloudQueueMessage class with the given byte array.
Namespace:
Microsoft.WindowsAzure.Storage.Queue
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
public:
static CloudQueueMessage^ CreateCloudQueueMessageFromByteArray(
array<unsigned char>^ content
)
static member CreateCloudQueueMessageFromByteArray :
content:byte[] -> CloudQueueMessage
Public Shared Function CreateCloudQueueMessageFromByteArray (
content As Byte()
) As CloudQueueMessage
Parameters
- content
-
Type:
System.Byte[]array<System::Byte>^System.Byte[]System.Byte()
The content of the message as a byte array.
Return to top
Initializes a new instance of the CloudQueueMessage class with the given byte array.
Syntax
C++
public: static CloudQueueMessage^ CreateCloudQueueMessageFromByteArray( array<unsigned char>^ content )
static member CreateCloudQueueMessageFromByteArray : content:byte[] -> CloudQueueMessage
Public Shared Function CreateCloudQueueMessageFromByteArray ( content As Byte() ) As CloudQueueMessage
Parameters
- content
-
Type:
System.Byte[]array<System::Byte>^System.Byte[]System.Byte()
The content of the message as a byte array.