Example #1
0
        public void SetAccessControl(SemaphoreSecurity semaphoreSecurity)
        {
            if (semaphoreSecurity == null)
            {
                throw new ArgumentNullException("semaphoreSecurity");
            }

            semaphoreSecurity.PersistModifications(SafeWaitHandle);
        }