Class BlockStreamTests
Inheritance
System.Object
BlockStreamTests
Syntax
public class BlockStreamTests
Methods
CreateAndDestroy(Int32)
Declaration
public void CreateAndDestroy(int count)
Parameters
Type |
Name |
Description |
System.Int32 |
count |
|
DisposeAfterSchedule()
Declaration
public void DisposeAfterSchedule()
ItemCount(Int32, Int32)
Declaration
public void ItemCount(int count, int batchSize)
Parameters
Type |
Name |
Description |
System.Int32 |
count |
|
System.Int32 |
batchSize |
|
PopulateInts(Int32, Int32)
Declaration
public void PopulateInts(int count, int batchSize)
Parameters
Type |
Name |
Description |
System.Int32 |
count |
|
System.Int32 |
batchSize |
|
ToArray(Int32, Int32)
Declaration
public void ToArray(int count, int batchSize)
Parameters
Type |
Name |
Description |
System.Int32 |
count |
|
System.Int32 |
batchSize |
|