iControl.ManagementSNMPConfiguration.Beginremove_smux_subagent C# (CSharp) 메소드

Beginremove_smux_subagent() 공개 메소드

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