iControl.ManagementSNMPConfiguration.Beginget_smux_subagent C# (CSharp) Метод

Beginget_smux_subagent() публичный Метод

public Beginget_smux_subagent ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
Результат System.IAsyncResult
        public System.IAsyncResult Beginget_smux_subagent(System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_smux_subagent", new object[0], callback, asyncState);
        }
ManagementSNMPConfiguration