iControl.NetworkingTrunk.get_interface C# (CSharp) Méthode

get_interface() private méthode

private get_interface ( string trunks ) : string[][]
trunks string
Résultat string[][]
        public string[][] get_interface(
		string [] trunks
	)
        {
            object [] results = this.Invoke("get_interface", new object [] {
                trunks});
            return ((string [] [])(results[0]));
        }
NetworkingTrunk