'Declaration Public Sub UseDisk( _ ByVal path As DirectoryInfo, _ Optional ByVal useCompression As Boolean _ )
public void UseDisk( DirectoryInfo path, bool useCompression )
Parameters
- path
- A System.String value indicating the path to store temporary files to a disk.
- useCompression
- A System.Boolean value indicating the indicating whether to compress temporary data before the storing to memory/disk. Default is
true
.