C# 클래스 PgmTransport.SendingThread

상속: IDisposable
파일 보기 프로젝트 열기: jbouzaglou/PetPigeonsESB

공개 메소드들

메소드 설명
Detach ( TransportPipe pipe ) : void
Dispose ( ) : void

비공개 메소드들

메소드 설명
Attach ( TransportPipe pipe ) : void
CheckError ( int sentBytes, int length, Socket socket ) : void
CreateSocketForEndpoint ( SendingPipeInfo pipe ) : Socket
ExecuteCommands ( ) : void
ExecuteElapsedTimers ( ) : void
OnSendCompleted ( object sender, SocketAsyncEventArgs e ) : void
RemovePipe ( TransportPipe pipe ) : void
SendData ( SendingPipeInfo pipe, IList data, int dataSize ) : void
SendingLoop ( ) : void
SendingThread ( TaskScheduler scheduler ) : System

메소드 상세

Detach() 공개 메소드

public Detach ( TransportPipe pipe ) : void
pipe TransportPipe
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void