C# Class RioSharp.RioSegmentReader

Inheritance: IDisposable
Mostrar archivo Open project: aL3891/RioSharp Class Usage Examples

Protected Properties

Property Type Description
onIncommingSegment Action

Public Methods

Method Description
Dispose ( ) : void
RioSegmentReader ( RioSocket socket ) : System
Start ( ) : void

Protected Methods

Method Description
CompleteRead ( ) : void
CompleteReadOnThreadPool ( ) : void

Method Details

CompleteRead() protected method

protected CompleteRead ( ) : void
return void

CompleteReadOnThreadPool() protected method

protected CompleteReadOnThreadPool ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

RioSegmentReader() public method

public RioSegmentReader ( RioSocket socket ) : System
socket RioSocket
return System

Start() public method

public Start ( ) : void
return void

Property Details

onIncommingSegment protected_oe property

protected Action onIncommingSegment
return Action