PgmTransport.SendingTransport.DetachFromIoThread C# (CSharp) 메소드

DetachFromIoThread() 공개 메소드

public DetachFromIoThread ( TransportPipe pipe ) : void
pipe TransportPipe
리턴 void
        public void DetachFromIoThread(TransportPipe pipe)
        {
            var threadNumber = _pipesToThreadNumber[pipe];
            _sendingThreads[threadNumber].Detach(pipe);
        }