Cancels a current file download (based on the unique remote file name).

Namespace: ININ.IceLib.Connection
Assembly: ININ.IceLib (in ININ.IceLib.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
public void CancelDownload(
	string remoteFileName
)
Visual Basic
Public Sub CancelDownload ( _
	remoteFileName As String _
)

Parameters

remoteFileName
Type: System..::..String
The unique server file name to cancel from downloading.

Exceptions

ExceptionCondition
System..::..ArgumentNullExceptionA parameter is nullNothingnullptra null reference (Nothing in Visual Basic).
System..::..ArgumentExceptionA file name parameter had 0-length.

Version Information

Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.
For 3.0, supported for IC Server version 3.0 GA and beyond.

See Also