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

SetReadOnly() public méthode

Marks this instance as immutable
public SetReadOnly ( ) : void
Résultat void
        public void SetReadOnly()
        {
            IsReadOnly = true;
        }
        #endregion