iControl.NetworkingInterfaces.get_stp_link_type C# (CSharp) Method

get_stp_link_type() private method

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