PgmTransport.SendingTransport.DetachFromIoThread C# (CSharp) Method

DetachFromIoThread() public method

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