DotNetWorkQueue.Configuration.TransportConfigurationReceive.FailIfLocked C# (CSharp) Method

FailIfLocked() protected method

Throws an exception if a setting is changed after the feature set is locked
protected FailIfLocked ( ) : void
return void
        protected void FailIfLocked()
        {
            if (_lockFeatures) throw new InvalidOperationException();
        }
        /// <summary>