System.Net.Sockets.ReceiveMessageOverlappedAsyncResult.PostCompletion C# (CSharp) Метод

PostCompletion() приватный Метод

private PostCompletion ( int numBytes ) : object
numBytes int
Результат object
        internal override object PostCompletion(int numBytes)
        {
            InitIPPacketInformation();
            if (ErrorCode == 0 && NetEventSource.IsEnabled)
            {
                LogBuffer(numBytes);
            }

            return base.PostCompletion(numBytes);
        }