public virtual void Allocate(
int fileSize = 1048576
)
Public Overridable Sub Allocate (
Optional fileSize As Integer = 1048576
)
Dim instance As DiskStress
Dim fileSize As Integer
instance.Allocate(fileSize)
public:
virtual void Allocate(
int fileSize = 1048576
)
abstract Allocate :
?fileSize : int
(* Defaults:
let _fileSize = defaultArg fileSize 1048576
*)
-> unit
override Allocate :
?fileSize : int
(* Defaults:
let _fileSize = defaultArg fileSize 1048576
*)
-> unit
No code example is currently available or this language may not be supported.
[Missing <param name="fileSize"/> documentation for "M:DevCase.Core.IO.Devices.HardwareStress.DiskStress.Allocate(System.Int32)"]
ArgumentException | Value greater than 0 is required. |