BACnet.Explorer.Core.Models.PortManagerProcess.PortManagerProcess C# (CSharp) Метод

PortManagerProcess() публичный Метод

public PortManagerProcess ( ) : System
Результат System
        public PortManagerProcess()
        {
            this.Name = Constants.PortManagerDefaultName;
            this.ProcessId = BACnet.Core.DefaultProcessIds.PortManager;
        }