DiskStressAllocate Method

Starts allocating I/O read and write operations for the current process running this instance.

Definition

Namespace: DevCase.Core.IO.Devices.HardwareStress
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public virtual void Allocate(
	int fileSize = 1048576
)

Parameters

fileSize  Int32  (Optional)

[Missing <param name="fileSize"/> documentation for "M:DevCase.Core.IO.Devices.HardwareStress.DiskStress.Allocate(System.Int32)"]

Exceptions

ArgumentException Value greater than 0 is required.

See Also