iControl.ManagementSNMPConfiguration.Beginset_smux_subagent C# (CSharp) Method

Beginset_smux_subagent() public method

public Beginset_smux_subagent ( ManagementSNMPConfigurationSmuxSubAgentInformation subagent_info, System callback, object asyncState ) : System.IAsyncResult
subagent_info ManagementSNMPConfigurationSmuxSubAgentInformation
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_smux_subagent(ManagementSNMPConfigurationSmuxSubAgentInformation [] subagent_info, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_smux_subagent", new object[] {
            subagent_info}, callback, asyncState);
        }
ManagementSNMPConfiguration