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