C# Class PRI.ProductivityExtensions.StreamExtensions.Streamable.ByteArrayAsyncResult

Inheritance: IAsyncResult, IDisposable
Mostrar archivo Open project: peteraritchie/ProductivityExtensions

Public Properties

Property Type Description
Index int
Length int
Result byte[]
TempBuffer byte[]

Public Methods

Method Description
Dispose ( ) : void

Private Methods

Method Description
ByteArrayAsyncResult ( AsyncCallback cb, object state, byte buffer, int offset, byte tempBuffer ) : System
ByteArrayAsyncResult ( AsyncCallback cb, object state, byte buffer, int offset, byte tempBuffer, bool completed ) : System
Complete ( bool didCompleteSynchronously ) : void
InvokeCallback ( object state ) : void
SignalCompletion ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Property Details

Index public_oe property

public int Index
return int

Length public_oe property

public int Length
return int

Result public_oe property

public byte[] Result
return byte[]

TempBuffer public_oe property

public byte[] TempBuffer
return byte[]