Share via


RetailConnSCDataBulkCopy.CleanTempDataFile Method [AX 2012]

Cleans up temp data file.

Syntax

public void CleanTempDataFile()

Run On

Server

Remarks

fileStream.Close(), closes the current stream and releases any resources (such as sockets and file handles) associated with the current stream.

fileStream.Dispose(), releases all resources used by the Stream.

See Also

Reference

RetailConnSCDataBulkCopy Class