Beispiel #1
0
        void GotCall(object state)
        {
            ChannelHandler channel = (ChannelHandler)state;

            lock (this.ThisLock)
            {
                channel.ThrottleAcquiredForCall();
            }
        }
        private void GotCall(object state)
        {
            ChannelHandler handler = (ChannelHandler)state;

            lock (this.ThisLock)
            {
                handler.ThrottleAcquiredForCall();
            }
        }