iControl.NetworkingTunnel.get_if_index C# (CSharp) Method

get_if_index() private method

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