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

Inheritance: IAsyncResult, IDisposable
Afficher le fichier Open project: peteraritchie/ProductivityExtensions

Méthodes publiques

Свойство Type Description
Index int
Length int
Result byte[]
TempBuffer byte[]

Méthodes publiques

Méthode Description
Dispose ( ) : void

Private Methods

Méthode 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 méthode

public Dispose ( ) : void
Résultat void

Property Details

Index public_oe property

public int Index
Résultat int

Length public_oe property

public int Length
Résultat int

Result public_oe property

public byte[] Result
Résultat byte[]

TempBuffer public_oe property

public byte[] TempBuffer
Résultat byte[]