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

            lock (this.ThisLock)
            {
                if (this.PrivateAcquireDynamic(channel))
                {
                    channel.ThrottleAcquired();
                }
            }
        }