iControl.NetworkingSTPInstanceV2.get_interface_role C# (CSharp) Method

get_interface_role() private method

private get_interface_role ( string stp_instances, string interfaces ) : NetworkingSTPRoleType[][]
stp_instances string
interfaces string
return NetworkingSTPRoleType[][]
        public NetworkingSTPRoleType[][] get_interface_role(
		string [] stp_instances,
		string [] [] interfaces
	)
        {
            object [] results = this.Invoke("get_interface_role", new object [] {
                stp_instances,
                interfaces});
            return ((NetworkingSTPRoleType [] [])(results[0]));
        }
NetworkingSTPInstanceV2