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

SetReadOnly() 공개 메소드

Marks this instance as immutable
public SetReadOnly ( ) : void
리턴 void
        public void SetReadOnly()
        {
            IsReadOnly = true;
        }
        #endregion