C# Class Microsoft.Samples.ServiceBus.Connections.MultiplexConnectionInputPump

Mostra file Open project: RobBlackwell/PortBridge Class Usage Examples

Public Properties

Property Type Description
Completed EventHandler

Public Methods

Method Description
Close ( ) : void
DoneReadingPreamble ( IAsyncResult readOutputAsyncResult ) : void
MultiplexConnectionInputPump ( BufferRead bufferRead, MultiplexConnectionFactoryHandler connectionFactory, object callbackState ) : System
OnCompleted ( ) : void
Run ( ) : void
Run ( bool completeSynchronously ) : void

Method Details

Close() public method

public Close ( ) : void
return void

DoneReadingPreamble() public method

public DoneReadingPreamble ( IAsyncResult readOutputAsyncResult ) : void
readOutputAsyncResult IAsyncResult
return void

MultiplexConnectionInputPump() public method

public MultiplexConnectionInputPump ( BufferRead bufferRead, MultiplexConnectionFactoryHandler connectionFactory, object callbackState ) : System
bufferRead BufferRead
connectionFactory MultiplexConnectionFactoryHandler
callbackState object
return System

OnCompleted() public method

public OnCompleted ( ) : void
return void

Run() public method

public Run ( ) : void
return void

Run() public method

public Run ( bool completeSynchronously ) : void
completeSynchronously bool
return void

Property Details

Completed public_oe property

public EventHandler Completed
return EventHandler