iControl.NetworkingSTPInstance.get_interface_role C# (CSharp) Method

get_interface_role() private method

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