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.
Creates a new instance of the ChunkedByteArray object, using the specified data to chunk.
Namespace: Microsoft.WindowsServerSolutions.Settings
Assembly: SettingsObjectModel (in SettingsObjectModel.dll)
Syntax
public ChunkedByteArray(
byte[] dataToChunk
)
public:
ChunkedByteArray(
array<unsigned char>^ dataToChunk
)
Public Sub New (
dataToChunk As Byte()
)
Parameters
dataToChunk
Type: System.Byte[]The data to chunk.
See Also
ChunkedByteArray Overload
ChunkedByteArray Class
Microsoft.WindowsServerSolutions.Settings Namespace
Return to top