Size of current chunk to be received
Namespace: Benchmarx.Munja
Assembly: Munja (in Munja.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property ChunkSize As Integer <CompilerGeneratedAttribute> Get <CompilerGeneratedAttribute> Set End Property |
| C# |
|---|
| public int ChunkSize { [CompilerGeneratedAttribute] get; [CompilerGeneratedAttribute] set; } |
| C++ |
|---|
| public property int ChunkSize sealed { int get(); void set(int value); } |
| J# |
|---|
| /** property */ public int get_ChunkSize(); /** property */ public void set_ChunkSize(int value); |
| JScript |
|---|
| public CompilerGeneratedAttribute function get ChunkSize() : int public CompilerGeneratedAttribute function set ChunkSize(value : int); |