BACnet.Core.Network.RouterOptions.Create C# (CSharp) Method

Create() public method

Constructs a new router using these options
public Create ( ) : IProcess
return IProcess
        public IProcess Create()
        {
            return new Router(this);
        }