iControl.ManagementSNMPConfiguration.remove_smux_subagent C# (CSharp) Method

remove_smux_subagent() private method

private remove_smux_subagent ( ManagementSNMPConfigurationSmuxSubAgentInformation subagent_info ) : void
subagent_info ManagementSNMPConfigurationSmuxSubAgentInformation
return void
        public void remove_smux_subagent(
		ManagementSNMPConfigurationSmuxSubAgentInformation [] subagent_info
	)
        {
            this.Invoke("remove_smux_subagent", new object [] {
                subagent_info});
        }
ManagementSNMPConfiguration