How much of current chunk has been received
Namespace: Benchmarx.Munja
Assembly: Munja (in Munja.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property ChunkReceived As Integer <CompilerGeneratedAttribute> Get <CompilerGeneratedAttribute> Set End Property |
| C# |
|---|
| public int ChunkReceived { [CompilerGeneratedAttribute] get; [CompilerGeneratedAttribute] set; } |
| C++ |
|---|
| public property int ChunkReceived sealed { int get(); void set(int value); } |
| J# |
|---|
| /** property */ public int get_ChunkReceived(); /** property */ public void set_ChunkReceived(int value); |
| JScript |
|---|
| public CompilerGeneratedAttribute function get ChunkReceived() : int public CompilerGeneratedAttribute function set ChunkReceived(value : int); |