iControl.NetworkingTunnel.get_mtu C# (CSharp) Method

get_mtu() private method

private get_mtu ( string tunnels ) : long[]
tunnels string
return long[]
        public long[] get_mtu(
		string [] tunnels
	)
        {
            object [] results = this.Invoke("get_mtu", new object [] {
                tunnels});
            return ((long [])(results[0]));
        }
NetworkingTunnel