DotNetWorkQueue.Configuration.TransportConfigurationReceive.FailIfReadOnly C# (CSharp) 메소드

FailIfReadOnly() 보호된 메소드

Throws an exception if the read only flag is true.
protected FailIfReadOnly ( ) : void
리턴 void
        protected void FailIfReadOnly()
        {
            if (IsReadOnly) throw new InvalidOperationException();
        }