iControl.NetworkingInterfaces.get_mtu C# (CSharp) Method

get_mtu() private method

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