DotNetWorkQueue.Configuration.TransportConfigurationReceive.FailIfLocked C# (CSharp) Méthode

FailIfLocked() protected méthode

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