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(
IList<byte[]> dataToChunk
)
public:
ChunkedByteArray(
IList<array<unsigned char>^>^ dataToChunk
)
Public Sub New (
dataToChunk As IList(Of Byte())
)
Parameters
dataToChunk
Type: System.Collections.Generic.IList<Byte[]>The data to chunk.
See Also
ChunkedByteArray Overload
ChunkedByteArray Class
Microsoft.WindowsServerSolutions.Settings Namespace
Return to top