'Declaration
Public Function New( _ ByVal requestChunkingParameters As DARequestChunkingParameters _ )
'Usage
Dim requestChunkingParameters As DARequestChunkingParameters Dim instance As New DARequestChunkingParameters(requestChunkingParameters)
public DARequestChunkingParameters( DARequestChunkingParameters requestChunkingParameters )
public: DARequestChunkingParameters( DARequestChunkingParameters^ requestChunkingParameters )
Parameters
- requestChunkingParameters
- Parameters to copy from.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).