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

Afficher le fichier Open project: RobBlackwell/PortBridge Class Usage Examples

Méthodes publiques

Свойство Type Description
Completed EventHandler

Méthodes publiques

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

public Close ( ) : void
Résultat void

DoneReadingPreamble() public méthode

public DoneReadingPreamble ( IAsyncResult readOutputAsyncResult ) : void
readOutputAsyncResult IAsyncResult
Résultat void

MultiplexConnectionInputPump() public méthode

public MultiplexConnectionInputPump ( BufferRead bufferRead, MultiplexConnectionFactoryHandler connectionFactory, object callbackState ) : System
bufferRead BufferRead
connectionFactory MultiplexConnectionFactoryHandler
callbackState object
Résultat System

OnCompleted() public méthode

public OnCompleted ( ) : void
Résultat void

Run() public méthode

public Run ( ) : void
Résultat void

Run() public méthode

public Run ( bool completeSynchronously ) : void
completeSynchronously bool
Résultat void

Property Details

Completed public_oe property

public EventHandler Completed
Résultat EventHandler