ChunkedByteArray Constructor
Creates a new instance of the ChunkedByteArray object.
Namespace: Microsoft.WindowsServerSolutions.Settings
Assembly: SettingsObjectModel (in SettingsObjectModel.dll)
Overload List
Name | Description | |
---|---|---|
ChunkedByteArray(Byte[]) | Creates a new instance of the ChunkedByteArray object, using the specified data to chunk. |
|
ChunkedByteArray(IList<Byte[]>) | Creates a new instance of the ChunkedByteArray object, using the specified data to chunk. |
|
ChunkedByteArray(Int32, Byte[]) | Creates a new instance of the ChunkedByteArray object, using the specified maximum chunk size and data to chunk. |
See Also
ChunkedByteArray Class
Microsoft.WindowsServerSolutions.Settings Namespace
Return to top